Searched refs:IteratorKwLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 188 SourceLocation IteratorKwLoc; variable 196 OMPIteratorExpr(QualType ExprTy, SourceLocation IteratorKwLoc, 234 SourceLocation IteratorKwLoc, SourceLocation L, 248 SourceLocation getIteratorKwLoc() const { return IteratorKwLoc; } in getIteratorKwLoc() 249 void setIteratorKwLoc(SourceLocation L) { IteratorKwLoc = L; } in setIteratorKwLoc() 250 SourceLocation getBeginLoc() const LLVM_READONLY { return IteratorKwLoc; } in getBeginLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5371 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr() argument 5375 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr() 5390 SourceLocation IteratorKwLoc, SourceLocation L, in Create() argument 5402 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1427 ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 4162 SourceLocation IteratorKwLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr() local 4257 return Actions.OpenMP().ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, in ParseOpenMPIteratorsExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2855 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc, SourceLocation LLoc, in RebuildOMPIteratorExpr() argument 2859 /*Scope=*/nullptr, IteratorKwLoc, LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
|
| H A D | SemaOpenMP.cpp | 24491 SourceLocation IteratorKwLoc, in ActOnOMPIteratorExpr() argument 24786 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()
|