Searched defs:VisitOMPFlushDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2615 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) { VisitOMPFlushDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2547 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { VisitOMPFlushDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 870 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) { VisitOMPFlushDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1071 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) { VisitOMPFlushDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3313 void EnqueueVisitor::VisitOMPFlushDirective(const OMPFlushDirective *D) { VisitOMPFlushDirective() function in EnqueueVisitor |