Searched defs:VisitOMPParallelForDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2492 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { VisitOMPParallelForDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2483 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { VisitOMPParallelForDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 811 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { VisitOMPParallelForDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1022 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { VisitOMPParallelForDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3260 void EnqueueVisitor::VisitOMPParallelForDirective( VisitOMPParallelForDirective() function in EnqueueVisitor |