Home
last modified time | relevance | path

Searched refs:IteratorDefinition (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h284 struct IteratorDefinition { struct
322 ArrayRef<IteratorDefinition> Data,
360 ArrayRef<IteratorDefinition> Data,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4884 SourceLocation R, ArrayRef<OMPIteratorExpr::IteratorDefinition> Data, in OMPIteratorExpr()
4890 const IteratorDefinition &D = Data[I]; in OMPIteratorExpr()
4904 ArrayRef<OMPIteratorExpr::IteratorDefinition> Data, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5150 SmallVector<OMPIteratorExpr::IteratorDefinition, 4> ID; in ActOnOMPIteratorExpr()
5250 OMPIteratorExpr::IteratorDefinition &IDElem = ID.emplace_back(); in ActOnOMPIteratorExpr()
5261 for (const OMPIteratorExpr::IteratorDefinition &D : ID) { in ActOnOMPIteratorExpr()
5272 for (OMPIteratorExpr::IteratorDefinition &D : ID) { in ActOnOMPIteratorExpr()
5423 for (const OMPIteratorExpr::IteratorDefinition &D : ID) { in ActOnOMPIteratorExpr()