Searched refs:CompleteConstructorCall (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 6393 if (S.CompleteConstructorCall(Constructor, T, CurInitExpr, Loc, in CopyObject() 6591 if (S.CompleteConstructorCall(Constructor, Step.Type, Args, Loc, in PerformConstructorInitialization() 8381 if (S.CompleteConstructorCall(Constructor, Step->Type, in Perform()
|
| H A D | SemaExprCXX.cpp | 4043 if (S.CompleteConstructorCall(Constructor, Ty, From, CastLoc, in BuildCXXCastArgument() 4212 if (CompleteConstructorCall( in PerformImplicitConversion()
|
| H A D | SemaDeclCXX.cpp | 15671 bool Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor, in CompleteConstructorCall() function in Sema
|
| H A D | TreeTransform.h | 3295 if (getSema().CompleteConstructorCall(FoundCtor, T, Args, Loc, in RebuildCXXConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6358 bool CompleteConstructorCall(CXXConstructorDecl *Constructor,
|