Searched defs:VisitOMPFromClause (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 831 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause() function in __anond25cfe950211::OMPClauseProfiler |
H A D | OpenMPClause.cpp | 2136 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause() function in OMPClausePrinter |
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 6527 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause() function in OMPClauseWriter |
H A D | ASTReader.cpp | 12684 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause() function in OMPClauseReader |
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2538 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause() function in __anonc7fb92a50311::OMPClauseEnqueue |