Searched defs:IteratorKwLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprOpenMP.h | 188 SourceLocation IteratorKwLoc; variable
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 5278 OMPIteratorExpr(QualType ExprTy,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) OMPIteratorExpr() argument 5297 Create(const ASTContext & Context,QualType T,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) Create() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4221 SourceLocation IteratorKwLoc = ConsumeToken(); ParseOpenMPIteratorsExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2822 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<SemaOpenMP::OMPIteratorData> Data) RebuildOMPIteratorExpr() argument
|
H A D | SemaOpenMP.cpp | 23992 ActOnOMPIteratorExpr(Scope * S,SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<OMPIteratorData> Data) ActOnOMPIteratorExpr() argument
|