clang API Documentation

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::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)