Searched defs:VisitOMPCriticalDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2485 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { VisitOMPCriticalDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2477 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { VisitOMPCriticalDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 801 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { VisitOMPCriticalDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1016 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { VisitOMPCriticalDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3255 void EnqueueVisitor::VisitOMPCriticalDirective(const OMPCriticalDirective *D) { VisitOMPCriticalDirective() function in EnqueueVisitor |