Home
last modified time | relevance | path

Searched refs:VisitOMPTeamsDirective (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp669 void StmtProfiler::VisitOMPTeamsDirective(const OMPTeamsDirective *S) { in VisitOMPTeamsDirective() function in StmtProfiler
DStmtPrinter.cpp1132 void StmtPrinter::VisitOMPTeamsDirective(OMPTeamsDirective *Node) { in VisitOMPTeamsDirective() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2406 void ASTStmtWriter::VisitOMPTeamsDirective(OMPTeamsDirective *D) { in VisitOMPTeamsDirective() function in ASTStmtWriter
DASTReaderStmt.cpp2709 void ASTStmtReader::VisitOMPTeamsDirective(OMPTeamsDirective *D) { in VisitOMPTeamsDirective() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1968 void VisitOMPTeamsDirective(const OMPTeamsDirective *D);
2711 void EnqueueVisitor::VisitOMPTeamsDirective(const OMPTeamsDirective *D) { in VisitOMPTeamsDirective() function in EnqueueVisitor