Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h330 void setIteratorDeclaration(unsigned I, Decl *D);
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4902 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) { in setIteratorDeclaration() function in OMPIteratorExpr
4999 setIteratorDeclaration(I, D.IteratorDecl); in OMPIteratorExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp973 E->setIteratorDeclaration(I, Record.readDeclRef()); in VisitOMPIteratorExpr()