Home
last modified time | relevance | path

Searched defs:IteratorKwLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h188 SourceLocation IteratorKwLoc; variable
/llvm-project/clang/lib/AST/
H A DExpr.cpp5278 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 DParseOpenMP.cpp4221 SourceLocation IteratorKwLoc = ConsumeToken(); ParseOpenMPIteratorsExpr() local
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2822 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<SemaOpenMP::OMPIteratorData> Data) RebuildOMPIteratorExpr() argument
H A DSemaOpenMP.cpp23992 ActOnOMPIteratorExpr(Scope * S,SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<OMPIteratorData> Data) ActOnOMPIteratorExpr() argument