Home
last modified time | relevance | path

Searched defs:VisitOMPFlushDirective (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2442 void ASTStmtWriter::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2467 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective() function in ASTStmtReader
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp857 void StmtPrinter::VisitOMPFlushDirective(OMPFlushDirective *Node) { in VisitOMPFlushDirective() function in StmtPrinter
H A DStmtProfile.cpp1041 void StmtProfiler::VisitOMPFlushDirective(const OMPFlushDirective *S) { in VisitOMPFlushDirective() function in StmtProfiler
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3144 void EnqueueVisitor::VisitOMPFlushDirective(const OMPFlushDirective *D) { in VisitOMPFlushDirective() function in EnqueueVisitor