Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 7003 if (S.CompleteConstructorCall(Constructor, T, CurInitExpr, Loc, in CopyObject() 7204 if (S.CompleteConstructorCall(Constructor, Step.Type, Args, Loc, in PerformConstructorInitialization() 7837 if (S.CompleteConstructorCall(Constructor, Step->Type, in Perform()
|
H A D | SemaExprCXX.cpp | 4154 if (S.CompleteConstructorCall(Constructor, Ty, From, CastLoc, in BuildCXXCastArgument() 4330 if (CompleteConstructorCall( in PerformImplicitConversion()
|
H A D | SemaDeclCXX.cpp | 16067 bool Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
H A D | TreeTransform.h | 3522 if (getSema().CompleteConstructorCall(FoundCtor, T, Args, Loc, in RebuildCXXConstructExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5211 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|