Searched refs:GatherArgumentsForCall (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2277 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, in BuildCXXNew()
|
| H A D | SemaExpr.cpp | 6354 Invalid = GatherArgumentsForCall(Call->getBeginLoc(), FDecl, Proto, 0, Args, in ConvertArgumentsForCall() 6366 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() function in Sema
|
| H A D | SemaDeclCXX.cpp | 15755 bool Invalid = GatherArgumentsForCall( in CompleteConstructorCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 12314 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,
|