Home
last modified time | relevance | path

Searched defs:VisitOMPLoopDirective (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp2236 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2331 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp933 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3037 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { in VisitOMPLoopDirective() function in EnqueueVisitor