Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp929 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective() function in StmtProfiler
934 VisitOMPLoopBasedDirective(S); in VisitOMPLoopDirective()
951 VisitOMPLoopBasedDirective(S); in VisitOMPLoopTransformationDirective()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2230 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtWriter
2237 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2261 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
H A DASTReaderStmt.cpp2324 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective() function in ASTStmtReader
2332 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
2354 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2144 void VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *D);
3032 void EnqueueVisitor::VisitOMPLoopBasedDirective( in VisitOMPLoopBasedDirective() function in EnqueueVisitor
3038 VisitOMPLoopBasedDirective(D); in VisitOMPLoopDirective()
3051 VisitOMPLoopBasedDirective(D); in VisitOMPLoopTransformationDirective()