Searched refs:VisitOMPSIMDClause (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ | ||
D | StmtProfile.cpp | 352 void OMPClauseProfiler::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause() function in __anon5ea2e3350211::OMPClauseProfiler |
D | StmtPrinter.cpp | 719 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() function in __anon451ea2a80211::OMPClausePrinter |
/external/clang/include/clang/AST/ | ||
D | RecursiveASTVisitor.h | 2719 bool RecursiveASTVisitor<Derived>::VisitOMPSIMDClause(OMPSIMDClause *) { |
/external/clang/lib/Serialization/ | ||
D | ASTWriterStmt.cpp | 1878 void OMPClauseWriter::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() function in OMPClauseWriter |
D | ASTReaderStmt.cpp | 2036 void OMPClauseReader::VisitOMPSIMDClause(OMPSIMDClause *) {} in VisitOMPSIMDClause() function in OMPClauseReader |
/external/clang/tools/libclang/ | ||
D | CIndex.cpp | 2119 void OMPClauseEnqueue::VisitOMPSIMDClause(const OMPSIMDClause *) {} in VisitOMPSIMDClause() function in __anon7d4d1f450311::OMPClauseEnqueue |