Searched refs:VisitOMPFromClause (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ | ||
D | StmtProfile.cpp | 529 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause() function in __anon98c5552c0211::OMPClauseProfiler |
D | StmtPrinter.cpp | 923 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause() function in __anon7f41149f0211::OMPClausePrinter |
/external/clang/include/clang/AST/ | ||
D | RecursiveASTVisitor.h | 2953 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) { |
/external/clang/lib/Serialization/ | ||
D | ASTWriterStmt.cpp | 2125 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause() function in OMPClauseWriter |
D | ASTReaderStmt.cpp | 2406 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause() function in OMPClauseReader |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 2277 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause() function in __anonc9d3eafc0311::OMPClauseEnqueue |