Searched defs:VisitOMPCancelDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2653 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { VisitOMPCancelDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2622 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { VisitOMPCancelDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 941 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { VisitOMPCancelDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1128 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { VisitOMPCancelDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3371 void EnqueueVisitor::VisitOMPCancelDirective(const OMPCancelDirective *D) { VisitOMPCancelDirective() function in EnqueueVisitor |