Searched defs:Helpers (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 5280 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 D | SemaOpenMP.cpp | 24122 SmallVector<OMPIteratorHelperData, 4> Helpers; ActOnOMPIteratorExpr() local
|