Home
last modified time | relevance | path

Searched refs:IsConstructorDelegationValid (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp793 CodeGenFunction::IsConstructorDelegationValid(CCD)) in assignRegionCounters()
DCGClass.cpp730 bool CodeGenFunction::IsConstructorDelegationValid( in IsConstructorDelegationValid() function in CodeGenFunction
851 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()
DCodeGenFunction.h2110 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor);
/external/clang/lib/CodeGen/
DCGClass.cpp807 static bool IsConstructorDelegationValid(const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid() function
928 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()