Searched refs:IteratorKwLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ExprOpenMP.h | 312 SourceLocation IteratorKwLoc; variable 320 OMPIteratorExpr(QualType ExprTy, SourceLocation IteratorKwLoc, 358 SourceLocation IteratorKwLoc, SourceLocation L, 372 SourceLocation getIteratorKwLoc() const { return IteratorKwLoc; } in getIteratorKwLoc() 373 void setIteratorKwLoc(SourceLocation L) { IteratorKwLoc = L; } in setIteratorKwLoc() 374 SourceLocation getBeginLoc() const LLVM_READONLY { return IteratorKwLoc; } in getBeginLoc()
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 4807 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr() argument 4811 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr() 4826 SourceLocation IteratorKwLoc, SourceLocation L, in Create() argument 4838 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 3263 SourceLocation IteratorKwLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr() local 3361 return Actions.ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, LLoc, RLoc, in ParseOpenMPIteratorsExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 2477 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument 2479 return getSema().ActOnOMPIteratorExpr(/*Scope=*/nullptr, IteratorKwLoc, in RebuildOMPIteratorExpr()
|
D | SemaExpr.cpp | 5113 ExprResult Sema::ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc, in ActOnOMPIteratorExpr() argument 5395 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5143 ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc,
|