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

  /external/clang/include/clang/AST/
GlobalDecl.h 62 CXXCtorType getCtorType() const {
  /external/clang/lib/CodeGen/
CodeGenModule.h 678 getFromCtorType(GD.getCtorType()));
    [all...]
CodeGenPGO.cpp 664 GD.getCtorType() != Ctor_Base) ||
CGClass.cpp 776 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CodeGenModule.cpp 566 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
594 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
CGExprCXX.cpp 442 Type = CurGD.getCtorType();
    [all...]
CGCall.cpp 327 return arrangeCXXStructorDeclaration(CD, getFromCtorType(GD.getCtorType()));
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 177 milliseconds