HomeSort by: relevance | last modified time | path
    Searched refs:CXXCtorType (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ABI.h 24 enum CXXCtorType {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h 88 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {}
104 CXXCtorType getCtorType() const {
106 return static_cast<CXXCtorType>(Value.getInt());
164 GlobalDecl getWithCtorType(CXXCtorType Type) {
Mangle.h 139 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
245 CXXCtorType CT, uint32_t Size,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 153 CXXCtorType Type);
243 CXXCtorType CtorKind,
255 CXXCtorType CT);
CGCXXABI.h 394 CXXCtorType Type, bool ForVirtualBase,
403 CXXCtorType Type, bool ForVirtualBase,
CGCXXABI.cpp 298 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type,
CGClass.cpp 843 CXXCtorType CtorType = CurGD.getCtorType();
1280 CXXCtorType CtorType,
2054 CXXCtorType Type,
2106 CXXCtorType Type, CallArgList &Args) {
2129 CXXCtorType Type,
2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase,
2354 CXXCtorType CtorType,
CodeGenFunction.h 2203 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
2793 CXXCtorType CtorType,
2808 CXXCtorType CtorType,
2821 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
2825 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
MicrosoftCXXABI.cpp 263 CXXCtorType Type,
764 CXXCtorType CT);
1586 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type,
3962 CXXCtorType CT) {
4086 CXXCtorType CT = Ctor_Complete;
CGCall.cpp 300 const InheritedConstructor &Inherited, CXXCtorType Type) {
395 CXXCtorType CtorKind,
544 CXXCtorType CT) {
CGExprCXX.cpp 628 CXXCtorType Type = Ctor_Complete;
ItaniumCXXABI.cpp 227 CXXCtorType Type,
1697 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type,
CodeGenModule.cpp 1321 CXXCtorType OrigCtorType = GD.getCtorType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 268 CXXCtorType CT, const BlockDecl *BD,
552 GD = GlobalDecl(CD, static_cast<CXXCtorType>(StructorType));
ItaniumMangle.cpp 437 const CXXConstructorDecl *D, CXXCtorType Type)
599 void mangleCXXCtorType(CXXCtorType T, const CXXRecordDecl *InheritedFrom);
1573 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom);
5102 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T,
MicrosoftMangle.cpp 164 CXXCtorType CT, uint32_t Size, uint32_t NVOffset,
333 const CXXConstructorDecl *D, CXXCtorType Type)
3583 QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size,

Completed in 84 milliseconds