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 61 CXXCtorType getCtorType() const {
  /external/clang/lib/CodeGen/
CGVTT.cpp 131 if (isa<CXXConstructorDecl>(MD) && GD.getCtorType() == Ctor_Base)
CodeGenModule.h 501 GD.getCtorType());
    [all...]
CodeGenModule.cpp 333 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out);
360 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
    [all...]
CGClass.cpp 716 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CGExprCXX.cpp 450 Type = CurGD.getCtorType();
    [all...]
CGCall.cpp 274 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]

Completed in 45 milliseconds