Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp395 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective() function in StmtProfiler
H A DStmtPrinter.cpp824 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective() function in StmtPrinter
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1905 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective() function in ASTStmtWriter
H A DASTReaderStmt.cpp2030 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective() function in ASTStmtReader
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2350 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { in VisitOMPParallelDirective() function in EnqueueVisitor