Home
last modified time | relevance | path

Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaInit.cpp5554 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject()
5723 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization()
6520 if (S.CompleteConstructorCall(Constructor, in Perform()
DSemaExprCXX.cpp3193 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument()
3348 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
DTreeTransform.h2704 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
DSemaDeclCXX.cpp11615 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
/external/clang/include/clang/Sema/
DSema.h4597 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,