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

  /external/clang/lib/CodeGen/
CGClass.cpp 383 CXXCtorType CtorType) {
396 if (CtorType == Ctor_Base && isBaseVirtual)
708 CXXCtorType CtorType = CurGD.getCtorType();
712 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) &&
735 EmitCtorPrologue(Ctor, CtorType, Args);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 122 milliseconds