Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h312 SourceLocation IteratorKwLoc; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5187 OMPIteratorExpr(QualType ExprTy,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) OMPIteratorExpr() argument
5206 Create(const ASTContext & Context,QualType T,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4280 SourceLocation IteratorKwLoc = ConsumeToken(); ParseOpenMPIteratorsExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2787 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<Sema::OMPIteratorData> Data) RebuildOMPIteratorExpr() argument
H A DSemaExpr.cpp5603 ActOnOMPIteratorExpr(Scope * S,SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<OMPIteratorData> Data) ActOnOMPIteratorExpr() argument