Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp983 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective() function in StmtProfiler
988 VisitOMPLoopBasedDirective(S); in VisitOMPLoopDirective()
1005 VisitOMPLoopBasedDirective(S); in VisitOMPLoopTransformationDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2419 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtWriter
2426 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2450 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
H A DASTReaderStmt.cpp2415 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtReader
2423 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2445 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()