| 
    MLLIF
    
   a MLIR-based Language to Language Interoperability Flyover 
   | 
 
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | mllif::shared::Annotation | 
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" | 
| constexpr std::string | mllif::shared::type::Object = "object" |