Searched defs:LocalParameters (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 121 RequiresExpr(ASTContext & C,SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation RBraceLoc) RequiresExpr() argument 175 Create(ASTContext & C,SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation RBraceLoc) Create() argument
|
H A D | StmtPrinter.cpp | 2545 auto LocalParameters = E->getLocalParameters(); VisitRequiresExpr() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3616 llvm::SmallVector<DeclaratorChunk::ParamInfo, 2> LocalParameters; ParseRequiresExpression() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9314 ActOnStartRequiresExpr(SourceLocation RequiresKWLoc,ArrayRef<ParmVarDecl * > LocalParameters,Scope * BodyScope) ActOnStartRequiresExpr() argument 9350 ActOnRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) ActOnRequiresExpr() argument
|
H A D | TreeTransform.h | 3682 RebuildRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) RebuildRequiresExpr() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 839 llvm::SmallVector<ParmVarDecl *, 4> LocalParameters; VisitRequiresExpr() local
|