Searched refs:VisitOMPParallelDirective (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 624 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { function in class:StmtPrinter |
H A D | StmtProfile.cpp | 279 StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { function in class:StmtProfiler |
/external/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 1719 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { function in class:ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 1732 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { function in class:ASTStmtReader |
/external/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1858 void VisitOMPParallelDirective(const OMPParallelDirective *D); 2238 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { function in class:EnqueueVisitor |
Completed in 50 milliseconds