HomeSort by relevance Sort by last modified time
    Searched refs:Ctor_Base (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Basic/
ABI.h 27 Ctor_Base, ///< Base object ctor
  /external/clang/lib/CodeGen/
CodeGenTypes.h 70 return Ctor_Base;
81 case Ctor_Base:
CodeGenPGO.cpp 664 GD.getCtorType() != Ctor_Base) ||
CGClass.cpp 411 if (CtorType == Ctor_Base && isBaseVirtual)
786 EmitDelegateCXXConstructorCall(Ctor, Ctor_Base, Args, Ctor->getLocEnd());
    [all...]
ItaniumCXXABI.cpp     [all...]
CGDecl.cpp 248 GD = GlobalDecl(CD, Ctor_Base);
    [all...]
CGExprCXX.cpp 455 Type = Ctor_Base;
    [all...]
CodeGenModule.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 487 MC->mangleCXXCtor(CD, Ctor_Base, Out);
    [all...]
ItaniumMangle.cpp     [all...]

Completed in 222 milliseconds