Searched defs:VisitOMPSingleDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2473 void ASTStmtWriter::VisitOMPSingleDirective(OMPSingleDirective *D) { VisitOMPSingleDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2467 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) { VisitOMPSingleDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 791 void StmtPrinter::VisitOMPSingleDirective(OMPSingleDirective *Node) { VisitOMPSingleDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1008 void StmtProfiler::VisitOMPSingleDirective(const OMPSingleDirective *S) { VisitOMPSingleDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3247 void EnqueueVisitor::VisitOMPSingleDirective(const OMPSingleDirective *D) { VisitOMPSingleDirective() function in EnqueueVisitor |