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