Searched refs:OMPClausePrinter (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp590 class OMPClausePrinter : public OMPClauseVisitor<OMPClausePrinter> { class in namespace:__anon1114
597 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy) function in class:__anon1114::OMPClausePrinter
604 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
612 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) {
618 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) {
624 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) {
630 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) {
636 void OMPClausePrinter::VisitOMPCollapseClause(OMPCollapseClause *Node) {
642 void OMPClausePrinter
[all...]

Completed in 94 milliseconds