HomeSort by relevance Sort by last modified time
    Searched refs:Ctor_Base (Results 1 - 12 of 12) 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:
CGClass.cpp 535 if (CtorType == Ctor_Base && isBaseVirtual)
    [all...]
CodeGenPGO.cpp 621 GD.getCtorType() != Ctor_Base) ||
ItaniumCXXABI.cpp 94 case Ctor_Base:
    [all...]
CGDecl.cpp 254 GD = GlobalDecl(CD, Ctor_Base);
    [all...]
CGExprCXX.cpp 498 Type = Ctor_Base;
    [all...]
CodeGenModule.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 495 MC->mangleCXXCtor(CD, Ctor_Base, Out);
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 425 milliseconds