Searched defs:ArgExprs (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1524 ExprVector ArgExprs; local
2360 ExprVector ArgExprs; local
[all...]
H A DParseDeclCXX.cpp3291 ExprVector ArgExprs; local
H A DParseDecl.cpp277 ArgsVector ArgExprs; local
2478 ArgsVector ArgExprs; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1515 SmallVector<Expr*, 4> ArgExprs; local
H A DSemaExprCXX.cpp4113 SmallVector<Expr *, 2> ArgExprs; local
H A DSemaExpr.cpp1331 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument
4932 rewriteBuiltinFunctionDecl(Sema *Sema, ASTContext &Context, const FunctionDecl *FDecl, MultiExprArg ArgExprs) argument
5002 ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc, MultiExprArg ArgExprs, SourceLocation RParenLoc, Expr *ExecConfig, bool IsExecConfig) argument
[all...]

Completed in 285 milliseconds