Home
last modified time | relevance | path

Searched refs:VisitOMPLoopBasedDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp953 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective() function in StmtProfiler
958 VisitOMPLoopBasedDirective(S); in VisitOMPLoopDirective()
975 VisitOMPLoopBasedDirective(S); in VisitOMPLoopTransformationDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2356 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtWriter
2363 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2387 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
H A DASTReaderStmt.cpp2376 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtReader
2384 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2406 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()