Home
last modified time | relevance | path

Searched refs:IteratorKwLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h188 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 DExpr.cpp5278 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr() argument
5282 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
5297 SourceLocation IteratorKwLoc, SourceLocation L, in Create() argument
5309 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1357 ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4223 SourceLocation IteratorKwLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr() local
4321 return Actions.OpenMP().ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2822 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc, SourceLocation LLoc, in RebuildOMPIteratorExpr() argument
2826 /*Scope=*/nullptr, IteratorKwLoc, LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
H A DSemaOpenMP.cpp23508 SourceLocation IteratorKwLoc, in ActOnOMPIteratorExpr() argument
23803 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()