Searched refs:VisitOMPParallelForDirective (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 977 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { function in class:StmtPrinter |
H A D | StmtProfile.cpp | 533 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { function in class:StmtProfiler |
/external/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1928 void VisitOMPParallelForDirective(const OMPParallelForDirective *D); 2561 EnqueueVisitor::VisitOMPParallelForDirective(const OMPParallelForDirective *D) { function in class:EnqueueVisitor |
/external/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 2345 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { function in class:ASTStmtReader |
H A D | ASTWriterStmt.cpp | 2148 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { function in class:ASTStmtWriter |
Completed in 59 milliseconds