Home
last modified time | relevance | path

Searched defs:ArgExprs (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp106 Token Tok, ArgsVector &ArgExprs, in fixSeparateAttrArgAndNumber() argument
150 ArgsVector ArgExprs; in ParseHLSLAnnotations() local
[all...]
H A DParseExpr.cpp2016 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local
2171 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local
3264 ExprVector ArgExprs; ParseParenExpression() local
[all...]
H A DParseDecl.cpp535 ArgsVector ArgExprs; ParseAttributeArgsCommon() local
3341 ArgsVector ArgExprs; ParseAlignmentSpecifier() local
3380 ArgsVector ArgExprs; ParseBoundsAttribute() local
[all...]
H A DParseDeclCXX.cpp4062 ExprVector ArgExprs; ParseMemInitializer() local
5029 ArgsVector ArgExprs; ParseMicrosoftUuidAttributeArgs() local
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1438 ArgExprs.push_back(op); in buildSet() local
H A DSemaAccess.cpp1817 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
H A DSemaExpr.cpp1624 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 DSemaCodeComplete.cpp6254 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 DSemaExprCXX.cpp5706 SmallVector<Expr *, 2> ArgExprs; EvaluateBooleanTypeTrait() local
H A DSemaOpenMP.cpp7180 ActOnOpenMPCall(ExprResult Call,Scope * Scope,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig) ActOnOpenMPCall() argument