Home
last modified time | relevance | path

Searched defs:Helpers (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExpr.cpp5280 OMPIteratorExpr(QualType ExprTy,SourceLocation IteratorKwLoc,SourceLocation L,SourceLocation R,ArrayRef<OMPIteratorExpr::IteratorDefinition> Data,ArrayRef<OMPIteratorHelperData> Helpers) OMPIteratorExpr() argument
5300 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/Sema/
H A DSemaOpenMP.cpp24122 SmallVector<OMPIteratorHelperData, 4> Helpers; ActOnOMPIteratorExpr() local