Searched defs:VisitOMPFromClause (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 878 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { VisitOMPFromClause() function in __anon1932447d0211::OMPClauseProfiler |
H A D | OpenMPClause.cpp | 2389 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { VisitOMPFromClause() function in OMPClausePrinter |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 7646 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { VisitOMPFromClause() function in OMPClauseWriter |
H A D | ASTReader.cpp | 11476 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { VisitOMPFromClause() function in OMPClauseReader |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2711 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { VisitOMPFromClause() function in __anon1939f28d0311::OMPClauseEnqueue |