Searched refs:GatherArgumentsForCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2317 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 6658 Invalid = GatherArgumentsForCall(Call->getBeginLoc(), FDecl, Proto, 0, Args, in ConvertArgumentsForCall() 6670 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() function in Sema
|
| H A D | SemaDeclCXX.cpp | 16211 bool Invalid = GatherArgumentsForCall( in CompleteConstructorCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12728 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
|