/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 105 fixSeparateAttrArgAndNumber(StringRef ArgStr,SourceLocation ArgLoc,Token Tok,ArgsVector & ArgExprs,Parser & P,ASTContext & Ctx,Preprocessor & PP) fixSeparateAttrArgAndNumber() argument 145 ArgsVector ArgExprs; ParseHLSLSemantics() local [all...] |
H A D | ParseExpr.cpp | 1971 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local 2120 ExprVector ArgExprs; ParsePostfixExpressionSuffix() local 3212 ExprVector ArgExprs; ParseParenExpression() local [all...] |
H A D | ParseDeclCXX.cpp | 3877 ExprVector ArgExprs; ParseMemInitializer() local 4759 ArgsVector ArgExprs; ParseMicrosoftUuidAttributeArgs() local
|
H A D | ParseDecl.cpp | 476 ArgsVector ArgExprs; ParseAttributeArgsCommon() local 3157 ArgsVector ArgExprs; ParseAlignmentSpecifier() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1521 SmallVector<Expr*, 4> ArgExprs; buildSet() local
|
H A D | SemaAccess.cpp | 1807 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
|
H A D | SemaExpr.cpp | 1639 ActOnGenericSelectionExpr(SourceLocation KeyLoc,SourceLocation DefaultLoc,SourceLocation RParenLoc,bool PredicateIsExpr,void * ControllingExprOrType,ArrayRef<ParsedType> ArgTypes,ArrayRef<Expr * > ArgExprs) ActOnGenericSelectionExpr() argument 5063 ActOnArraySubscriptExpr(Scope * S,Expr * base,SourceLocation lbLoc,MultiExprArg ArgExprs,SourceLocation rbLoc) ActOnArraySubscriptExpr() argument 6940 rewriteBuiltinFunctionDecl(Sema * Sema,ASTContext & Context,FunctionDecl * FDecl,MultiExprArg ArgExprs) rewriteBuiltinFunctionDecl() argument 7013 checkDirectCallValidity(Sema & S,const Expr * Fn,FunctionDecl * Callee,MultiExprArg ArgExprs) checkDirectCallValidity() argument 7152 ActOnCallExpr(Scope * Scope,Expr * Fn,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig) ActOnCallExpr() argument 7185 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 | 6211 SmallVector<Expr *, 12> ArgExprs( ProduceCallSignatureHelp() local 6247 SmallVector<Expr *, 12> ArgExprs(1, NakedFn); ProduceCallSignatureHelp() local 6431 ProduceCtorInitMemberSignatureHelp(Decl * ConstructorDecl,CXXScopeSpec SS,ParsedType TemplateTypeTy,ArrayRef<Expr * > ArgExprs,IdentifierInfo * II,SourceLocation OpenParLoc,bool Braced) ProduceCtorInitMemberSignatureHelp() argument
|
H A D | SemaExprCXX.cpp | 5533 SmallVector<Expr *, 2> ArgExprs; EvaluateBooleanTypeTrait() local
|
H A D | SemaOpenMP.cpp | 7400 ActOnOpenMPCall(ExprResult Call,Scope * Scope,SourceLocation LParenLoc,MultiExprArg ArgExprs,SourceLocation RParenLoc,Expr * ExecConfig) ActOnOpenMPCall() argument
|