Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h330 void setIteratorDeclaration(unsigned I, Decl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4794 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) { in setIteratorDeclaration() function in OMPIteratorExpr
4891 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp978 E->setIteratorDeclaration(I, Record.readDeclRef()); in VisitOMPIteratorExpr()