Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h330 void setIteratorDeclaration(unsigned I, Decl *D);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4991 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) { in setIteratorDeclaration() function in OMPIteratorExpr
5088 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp979 E->setIteratorDeclaration(I, Record.readDeclRef()); in VisitOMPIteratorExpr()