Home
last modified time | relevance | path

Searched defs:VisitOMPLoopDirective (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp2202 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2291 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp918 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3015 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { in VisitOMPLoopDirective() function in EnqueueVisitor