Searched refs:GatherArgumentsForCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2085 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 4971 Invalid = GatherArgumentsForCall(Call->getBeginLoc(), FDecl, Proto, 0, Args, in ConvertArgumentsForCall() 4982 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() function in Sema
|
| H A D | SemaDeclCXX.cpp | 13112 bool Invalid = GatherArgumentsForCall(Loc, Constructor, in CompleteConstructorCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 9495 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
|