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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1191 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
1199 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) {
1205 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) {
1211 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) {
1217 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) {
1223 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) {
1229 void OMPClausePrinter::VisitOMPCollapseClause(OMPCollapseClause *Node) {
1235 void OMPClausePrinter::VisitOMPDefaultClause(OMPDefaultClause *Node) {
1241 void OMPClausePrinter::VisitOMPProcBindClause(OMPProcBindClause *Node) {
1248 void OMPClausePrinter
[all...]
H A DDeclPrinter.cpp1633 OMPClausePrinter Printer(Out, Policy);
1642 OMPClausePrinter Printer(Out, Policy);
1695 OMPClausePrinter Printer(Out, Policy);
H A DStmtPrinter.cpp644 OMPClausePrinter Printer(OS, Policy);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6408 class OMPClausePrinter final : public OMPClauseVisitor<OMPClausePrinter> {
6416 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy) function in class:clang::final

Completed in 251 milliseconds