Searched defs:VisitOMPParallelDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2414 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { VisitOMPParallelDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2417 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { VisitOMPParallelDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 746 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { VisitOMPParallelDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 967 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { VisitOMPParallelDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3210 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { VisitOMPParallelDirective() function in EnqueueVisitor |