Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 5554 if (S.CompleteConstructorCall(Constructor, CurInitExpr, Loc, ConstructorArgs)) in CopyObject() 5723 if (S.CompleteConstructorCall(Constructor, Args, in PerformConstructorInitialization() 6520 if (S.CompleteConstructorCall(Constructor, in Perform()
|
D | SemaExprCXX.cpp | 3193 if (S.CompleteConstructorCall(Constructor, From, CastLoc, ConstructorArgs)) in BuildCXXCastArgument() 3348 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion()
|
D | TreeTransform.h | 2704 if (getSema().CompleteConstructorCall(Constructor, Args, Loc, in RebuildCXXConstructExpr()
|
D | SemaDeclCXX.cpp | 11615 Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4597 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|