Searched defs:VisitOMPForDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2442 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { VisitOMPForDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2441 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { VisitOMPForDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 766 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { VisitOMPForDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 988 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { VisitOMPForDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3231 void EnqueueVisitor::VisitOMPForDirective(const OMPForDirective *D) { VisitOMPForDirective() function in EnqueueVisitor |