clang API Documentation
#include "CGCall.h"#include "clang/AST/GlobalDecl.h"#include "clang/CodeGen/CGFunctionInfo.h"#include "llvm/ADT/DenseMap.h"#include "llvm/IR/Module.h"#include <vector>

Go to the source code of this file.
Classes | |
| class | clang::CodeGen::CodeGenTypes |
Namespaces | |
| namespace | llvm |
| namespace | clang |
| namespace | clang::CodeGen |
Enumerations | |
| enum | clang::CodeGen::StructorType { clang::CodeGen::Complete, clang::CodeGen::Base, clang::CodeGen::Deleting } |
Functions | |
| CXXCtorType | clang::CodeGen::toCXXCtorType (StructorType T) |
| StructorType | clang::CodeGen::getFromCtorType (CXXCtorType T) |
| CXXDtorType | clang::CodeGen::toCXXDtorType (StructorType T) |
| StructorType | clang::CodeGen::getFromDtorType (CXXDtorType T) |