/llvm-project/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 106 Token Tok, ArgsVector &ArgExprs, in fixSeparateAttrArgAndNumber() argument 150 ArgsVector ArgExprs; in ParseHLSLAnnotations() local [all...] |
H A D | ParseExpr.cpp | 2016 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local 2171 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local 3264 ExprVector ArgExprs; ParseParenExpression() local [all...] |
H A D | ParseDecl.cpp | 535 ArgsVector ArgExprs; ParseAttributeArgsCommon() local 3341 ArgsVector ArgExprs; ParseAlignmentSpecifier() local 3380 ArgsVector ArgExprs; ParseBoundsAttribute() local [all...] |
H A D | ParseDeclCXX.cpp | 4062 ExprVector ArgExprs; ParseMemInitializer() local 5029 ArgsVector ArgExprs; ParseMicrosoftUuidAttributeArgs() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1438 ArgExprs.push_back(op); in buildSet() local
|
H A D | SemaAccess.cpp | 1817 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
|
H A D | SemaExpr.cpp | 1624 ActOnGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<ParsedType> ArgTypes,ArrayRef<Expr * > ArgExprs) ActOnGenericSelectionExpr() argument 4776 ActOnArraySubscriptExpr(Scope * S,Expr * base,SourceLocation lbLoc,MultiExprArg ArgExprs,SourceLocation rbLoc) ActOnArraySubscriptExpr() argument 6120 rewriteBuiltinFunctionDecl(Sema * Sema,ASTContext & Context,FunctionDecl * FDecl,MultiExprArg ArgExprs) rewriteBuiltinFunctionDecl() argument 6193 checkDirectCallValidity(Sema & S,const Expr * Fn,FunctionDecl * Callee,MultiExprArg ArgExprs) checkDirectCallValidity() argument 6332 ActOnCallExpr(Scope * Scope,Expr * Fn,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig) ActOnCallExpr() argument 6370 BuildCallExpr(Scope * Scope,Expr * Fn,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig,bool IsExecConfig,bool AllowRecovery) BuildCallExpr() argument [all...] |
H A D | SemaCodeComplete.cpp | 6254 SmallVector<Expr *, 12> ArgExprs( ProduceCallSignatureHelp() local 6292 SmallVector<Expr *, 12> ArgExprs(1, NakedFn); ProduceCallSignatureHelp() local 6478 ProduceCtorInitMemberSignatureHelp(Decl * ConstructorDecl,CXXScopeSpec SS,ParsedType TemplateTypeTy,ArrayRef<Expr * > ArgExprs,IdentifierInfo * II,SourceLocation OpenParLoc,bool Braced) ProduceCtorInitMemberSignatureHelp() argument
|
H A D | SemaExprCXX.cpp | 5706 SmallVector<Expr *, 2> ArgExprs; EvaluateBooleanTypeTrait() local
|
H A D | SemaOpenMP.cpp | 7180 ActOnOpenMPCall(ExprResult Call,Scope * Scope,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig) ActOnOpenMPCall() argument
|