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.cpp5371 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 DSemaOpenMP.h1427 ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4162 SourceLocation IteratorKwLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr() local
4257 return Actions.OpenMP().ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, in ParseOpenMPIteratorsExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2855 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc, SourceLocation LLoc, in RebuildOMPIteratorExpr() argument
2859 /*Scope=*/nullptr, IteratorKwLoc, LLoc, RLoc, Data); in RebuildOMPIteratorExpr()
H A DSemaOpenMP.cpp24491 SourceLocation IteratorKwLoc, in ActOnOMPIteratorExpr() argument
24786 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()