Searched defs:VisitOMPSectionsDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2453 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { VisitOMPSectionsDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2450 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { VisitOMPSectionsDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 776 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { VisitOMPSectionsDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 996 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { VisitOMPSectionsDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3239 void EnqueueVisitor::VisitOMPSectionsDirective(const OMPSectionsDirective *D) { VisitOMPSectionsDirective() function in EnqueueVisitor |