Searched refs:GatherArgumentsForCall (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2256 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 6115 Invalid = GatherArgumentsForCall(Call->getBeginLoc(), FDecl, Proto, 0, Args, in ConvertArgumentsForCall() 6127 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() function in Sema
|
| H A D | SemaDeclCXX.cpp | 15693 bool Invalid = GatherArgumentsForCall(Loc, Constructor, in CompleteConstructorCall()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11947 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
|