Searched defs:RequiresKWLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 119 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 D | ParseExprCXX.cpp | 3604 SourceLocation RequiresKWLoc = ConsumeToken(); // Consume 'requires' ParseRequiresExpression() local
|
H A D | ParseDeclCXX.cpp | 4316 SourceLocation RequiresKWLoc = ConsumeToken(); ParseTrailingRequiresClause() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9313 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 D | TreeTransform.h | 3679 RebuildRequiresExpr(SourceLocation RequiresKWLoc,RequiresExprBodyDecl * Body,SourceLocation LParenLoc,ArrayRef<ParmVarDecl * > LocalParameters,SourceLocation RParenLoc,ArrayRef<concepts::Requirement * > Requirements,SourceLocation ClosingBraceLoc) RebuildRequiresExpr() argument
|