Home
last modified time | relevance | path

Searched defs:LocalParameters (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp121 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 DStmtPrinter.cpp2545 auto LocalParameters = E->getLocalParameters(); VisitRequiresExpr() local
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3616 llvm::SmallVector<DeclaratorChunk::ParamInfo, 2> LocalParameters; ParseRequiresExpression() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9314 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 DTreeTransform.h3682 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 DASTReaderStmt.cpp839 llvm::SmallVector<ParmVarDecl *, 4> LocalParameters; VisitRequiresExpr() local