HomeSort by: relevance | last modified time | path
    Searched refs:OMPClausePrinter (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1561 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) {
1569 void OMPClausePrinter::VisitOMPFinalClause(OMPFinalClause *Node) {
1575 void OMPClausePrinter::VisitOMPNumThreadsClause(OMPNumThreadsClause *Node) {
1581 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) {
1587 void OMPClausePrinter::VisitOMPSimdlenClause(OMPSimdlenClause *Node) {
1593 void OMPClausePrinter::VisitOMPSizesClause(OMPSizesClause *Node) {
1605 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) {
1611 void OMPClausePrinter::VisitOMPCollapseClause(OMPCollapseClause *Node) {
1617 void OMPClausePrinter::VisitOMPDetachClause(OMPDetachClause *Node) {
1623 void OMPClausePrinter::VisitOMPDefaultClause(OMPDefaultClause *Node)
    [all...]
DeclPrinter.cpp 1658 OMPClausePrinter Printer(Out, Policy);
1667 OMPClausePrinter Printer(Out, Policy);
1720 OMPClausePrinter Printer(Out, Policy);
StmtPrinter.cpp 644 OMPClausePrinter Printer(OS, Policy);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 8341 class OMPClausePrinter final : public OMPClauseVisitor<OMPClausePrinter> {
8351 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy)

Completed in 43 milliseconds