Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp891 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective() function in StmtProfiler
896 VisitOMPLoopBasedDirective(S); in VisitOMPLoopDirective()
908 VisitOMPLoopBasedDirective(S); in VisitOMPTileDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp2187 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtWriter
2194 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2210 VisitOMPLoopBasedDirective(D); in VisitOMPTileDirective()
H A DASTReaderStmt.cpp2289 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtReader
2297 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2311 VisitOMPLoopBasedDirective(D); in VisitOMPTileDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2043 void VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *D);
2878 void EnqueueVisitor::VisitOMPLoopBasedDirective( in VisitOMPLoopBasedDirective() function in EnqueueVisitor
2884 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2896 VisitOMPLoopBasedDirective(D); in VisitOMPTileDirective()