Searched defs:VisitOMPSectionDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2460 void ASTStmtWriter::VisitOMPSectionDirective(OMPSectionDirective *D) { VisitOMPSectionDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2456 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { VisitOMPSectionDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 781 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) { VisitOMPSectionDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1000 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) { VisitOMPSectionDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3243 void EnqueueVisitor::VisitOMPSectionDirective(const OMPSectionDirective *D) { VisitOMPSectionDirective() function in EnqueueVisitor |