|
clang
5.0.0
|
#include "CGCall.h"#include "clang/Basic/ABI.h"#include "clang/CodeGen/CGFunctionInfo.h"#include "clang/Sema/Sema.h"#include "llvm/ADT/DenseMap.h"#include "llvm/IR/Module.h"Go to the source code of this file.
Classes | |
| class | clang::CanQual< T > |
| Represents a canonical, potentially-qualified type. More... | |
| class | clang::CodeGen::CodeGenTypes |
| This class organizes the cross-module state that is used while lowering AST types to LLVM types. More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::CodeGen | |
Enumerations | |
| enum | clang::CodeGen::StructorType { clang::CodeGen::StructorType::Complete, clang::CodeGen::StructorType::Base, clang::CodeGen::StructorType::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) |
1.8.6