Searched defs:VisitOMPTaskgroupDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2609 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { VisitOMPTaskgroupDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2542 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { VisitOMPTaskgroupDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 865 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { VisitOMPTaskgroupDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1065 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { VisitOMPTaskgroupDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3306 void EnqueueVisitor::VisitOMPTaskgroupDirective( VisitOMPTaskgroupDirective() function in EnqueueVisitor |