Home
last modified time | relevance | path

Searched defs:VisitOMPParallelForDirective (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp433 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective() function in StmtProfiler
H A DStmtPrinter.cpp874 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective() function in StmtPrinter
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1960 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2079 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective() function in ASTStmtReader
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2388 EnqueueVisitor::VisitOMPParallelForDirective(const OMPParallelForDirective *D) { in VisitOMPParallelForDirective() function in EnqueueVisitor