Go to the source code of this file.
|
| | 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 |
| |
|
| const CGFunctionInfo & | clang::CodeGen::arrangeObjCMessageSendSignature (CodeGenModule &CGM, const ObjCMethodDecl *MD, QualType receiverType) |
| |
| const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionType (CodeGenModule &CGM, CanQual< FunctionProtoType > Ty, const FunctionDecl *FD) |
| |
| const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionType (CodeGenModule &CGM, CanQual< FunctionNoProtoType > Ty) |
| |
| const CGFunctionInfo & | clang::CodeGen::arrangeCXXMethodType (CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) |
| |
| const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionCall (CodeGenModule &CGM, CanQualType returnType, ArrayRef< CanQualType > argTypes, FunctionType::ExtInfo info, RequiredArgs args) |
| |
| llvm::FunctionType * | clang::CodeGen::convertFreeFunctionType (CodeGenModule &CGM, const FunctionDecl *FD) |
| |
| llvm::Type * | clang::CodeGen::convertTypeForMemory (CodeGenModule &CGM, QualType T) |
| |