Searched defs:VisitOMPLoopDirective (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2403 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { VisitOMPLoopDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2406 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { VisitOMPLoopDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 959 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { VisitOMPLoopDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3206 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { VisitOMPLoopDirective() function in EnqueueVisitor |