Searched defs:VisitOMPScanDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2627 void ASTStmtWriter::VisitOMPScanDirective(OMPScanDirective *D) { VisitOMPScanDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2557 void ASTStmtReader::VisitOMPScanDirective(OMPScanDirective *D) { VisitOMPScanDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 880 void StmtPrinter::VisitOMPScanDirective(OMPScanDirective *Node) { VisitOMPScanDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1079 void StmtProfiler::VisitOMPScanDirective(const OMPScanDirective *S) { VisitOMPScanDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3321 void EnqueueVisitor::VisitOMPScanDirective(const OMPScanDirective *D) { VisitOMPScanDirective() function in EnqueueVisitor |