Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp914 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective() function in StmtProfiler
919 VisitOMPLoopBasedDirective(S); in VisitOMPLoopDirective()
936 VisitOMPLoopBasedDirective(S); in VisitOMPLoopTransformationDirective()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp2196 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtWriter
2203 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2227 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
H A DASTReaderStmt.cpp2284 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtReader
2292 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2314 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2137 void VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *D);
3010 void EnqueueVisitor::VisitOMPLoopBasedDirective( in VisitOMPLoopBasedDirective() function in EnqueueVisitor
3016 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
3029 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()