Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp971 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective() function in StmtProfiler
H A DStmtPrinter.cpp787 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective() function in StmtPrinter
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp2278 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2357 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective() function in ASTStmtReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2151 void VisitOMPCriticalDirective(const OMPCriticalDirective *D);
3064 void EnqueueVisitor::VisitOMPCriticalDirective(const OMPCriticalDirective *D) { in VisitOMPCriticalDirective() function in EnqueueVisitor