Home
last modified time | relevance | path

Searched defs:RequiresKWLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp119 RequiresExpr(ASTContext & C,SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation RBraceLoc) RequiresExpr() argument
174 Create(ASTContext & C,SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation RBraceLoc) Create() argument
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3604 SourceLocation RequiresKWLoc = ConsumeToken(); // Consume 'requires' ParseRequiresExpression() local
H A DParseDeclCXX.cpp4316 SourceLocation RequiresKWLoc = ConsumeToken(); ParseTrailingRequiresClause() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9313 ActOnStartRequiresExpr(SourceLocation RequiresKWLoc,ArrayRef<ParmVarDecl * > LocalParameters,Scope * BodyScope) ActOnStartRequiresExpr() argument
9349 ActOnRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) ActOnRequiresExpr() argument
H A DTreeTransform.h3679 RebuildRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) RebuildRequiresExpr() argument