Home
last modified time | relevance | path

Searched refs:private_refs (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h7174 child_range private_refs() { in private_refs() function
7179 const_child_range private_refs() const { in private_refs() function
7180 auto Children = const_cast<OMPNontemporalClause *>(this)->private_refs(); in private_refs()
DRecursiveASTVisitor.h3509 for (auto *E : C->private_refs()) {
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp812 for (auto *E : C->private_refs()) in VisitOMPNontemporalClause()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6820 for (auto *E : C->private_refs()) in VisitOMPNontemporalClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2522 for (const auto *E : C->private_refs()) in VisitOMPNontemporalClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp11912 for (const Stmt *Ref : C->private_refs()) { in NontemporalDeclsRAII()