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 584 GD.getCtorType());
    [all...]
CGClass.cpp 698 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CodeGenModule.cpp 434 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
460 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp 492 Type = CurGD.getCtorType();
    [all...]
CGCall.cpp 319 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]

Completed in 564 milliseconds