Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDExprOpenMP.h206 void setIteratorDeclaration(unsigned I, Decl *D);
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp5189 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) { in setIteratorDeclaration() function in OMPIteratorExpr
5286 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp998 E->setIteratorDeclaration(I, Record.readDeclRef()); in VisitOMPIteratorExpr()