Home
last modified time | relevance | path

Searched refs:VisitOMPCancelDirective (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp678 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) { in VisitOMPCancelDirective() function in StmtProfiler
DStmtPrinter.cpp1144 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) { in VisitOMPCancelDirective() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2421 void ASTStmtWriter::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() function in ASTStmtWriter
DASTReaderStmt.cpp2723 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1957 void VisitOMPCancelDirective(const OMPCancelDirective *D);
2720 void EnqueueVisitor::VisitOMPCancelDirective(const OMPCancelDirective *D) { in VisitOMPCancelDirective() function in EnqueueVisitor