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

  /external/clang/lib/CodeGen/
CGClass.cpp 371 CXXCtorType CtorType) {
384 if (CtorType == Ctor_Base && isBaseVirtual)
716 CXXCtorType CtorType = CurGD.getCtorType();
720 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor)) {
742 EmitCtorPrologue(Ctor, CtorType, Args);
763 CXXCtorType CtorType,
778 EmitBaseInitializer(*this, ClassDecl, Member, CtorType);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 41 milliseconds