Searched refs:GatherArgumentsForCall (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1430 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1,
H A DSemaExpr.cpp4232 Invalid = GatherArgumentsForCall(Call->getLocStart(), FDecl,
4243 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, function in class:Sema
H A DSemaDeclCXX.cpp10816 bool Invalid = GatherArgumentsForCall(Loc, Constructor,
/external/clang/include/clang/Sema/
H A DSema.h7577 /// GatherArgumentsForCall - Collector argument expressions for various
7579 bool GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl,

Completed in 160 milliseconds