Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp367 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective() function in StmtProfiler
DStmtPrinter.cpp798 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1826 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() function in ASTStmtWriter
DASTReaderStmt.cpp1920 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1859 void VisitOMPForDirective(const OMPForDirective *D);
2300 void EnqueueVisitor::VisitOMPForDirective(const OMPForDirective *D) { in VisitOMPForDirective() function in EnqueueVisitor