MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
annotation.h File Reference
#include <string>
Include dependency graph for annotation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  clang
 
namespace  mllif
 
namespace  mllif::shared
 
namespace  mllif::shared::prefix
 
namespace  mllif::shared::type
 

Functions

void mllif::shared::CreateAnnotation (clang::FunctionDecl *decl)
 Annotate a declaration with its information that may be lost.
 

Variables

constexpr std::string mllif::shared::Namespace = "$mllif"
 
constexpr std::string mllif::shared::prefix::Path = "path"
 
constexpr std::string mllif::shared::prefix::Type = "type"
 
constexpr std::string mllif::shared::type::Function = "function"
 
constexpr std::string mllif::shared::type::Method = "method"