Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2401 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2403 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp959 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective() function in StmtProfiler