Searched defs:VisitOMPTaskyieldDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2583 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { VisitOMPTaskyieldDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2518 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { VisitOMPTaskyieldDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 845 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { VisitOMPTaskyieldDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1050 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { VisitOMPTaskyieldDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3289 void EnqueueVisitor::VisitOMPTaskyieldDirective( VisitOMPTaskyieldDirective() function in EnqueueVisitor |