clang  3.7.0
Classes | Namespaces | Enumerations | Functions
CodeGenTypes.h File Reference
#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>
Include dependency graph for CodeGenTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::CanQual< T >
 Represents a canonical, potentially-qualified type. More...
 
class  clang::CodeGen::CodeGenTypes
 

Namespaces

 llvm
 
 clang
 
 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)