HomeSort by relevance Sort by last modified time
    Searched defs:CtorType (Results 1 - 3 of 3) 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...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 27 milliseconds