Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h312 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()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4991 QualType ExprTy, SourceLocation IteratorKwLoc, SourceLocation L, in OMPIteratorExpr() argument
4995 IteratorKwLoc(IteratorKwLoc), LPLoc(L), RPLoc(R), in OMPIteratorExpr()
5010 SourceLocation IteratorKwLoc, SourceLocation L, in Create() argument
5022 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4031 SourceLocation IteratorKwLoc = ConsumeToken(); in ParseOpenMPIteratorsExpr() local
4129 return Actions.ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, LLoc, RLoc, in ParseOpenMPIteratorsExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h2641 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, in RebuildOMPIteratorExpr() argument
2643 return getSema().ActOnOMPIteratorExpr(/*Scope=*/nullptr, IteratorKwLoc, in RebuildOMPIteratorExpr()
H A DSemaExpr.cpp5349 ExprResult Sema::ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc, in ActOnOMPIteratorExpr() argument
5631 return OMPIteratorExpr::Create(Context, Context.OMPIteratorTy, IteratorKwLoc, in ActOnOMPIteratorExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5616 ExprResult ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc,