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

  /external/clang/include/clang/AST/
GlobalDecl.h 62 CXXCtorType getCtorType() const {
  /external/clang/lib/CodeGen/
CodeGenModule.h 653 GD.getCtorType());
    [all...]
CGClass.cpp 698 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CodeGenModule.cpp 539 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
567 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
CGExprCXX.cpp 405 Type = CurGD.getCtorType();
    [all...]
CGCall.cpp 363 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 270 milliseconds