Searched refs:VisitOMPLoopDirective (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DStmtProfile.cpp491 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { function in class:StmtProfiler
500 VisitOMPLoopDirective(S);
504 VisitOMPLoopDirective(S);
508 VisitOMPLoopDirective(S);
534 VisitOMPLoopDirective(S);
539 VisitOMPLoopDirective(S);
601 VisitOMPLoopDirective(S);
606 VisitOMPLoopDirective(S);
611 VisitOMPLoopDirective(S);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2245 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { function in class:ASTStmtReader
2299 VisitOMPLoopDirective(D);
2303 VisitOMPLoopDirective(D);
2308 VisitOMPLoopDirective(D);
2346 VisitOMPLoopDirective(D);
2352 VisitOMPLoopDirective(D);
2455 VisitOMPLoopDirective(D);
2459 VisitOMPLoopDirective(D);
2463 VisitOMPLoopDirective(D);
H A DASTWriterStmt.cpp2050 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { function in class:ASTStmtWriter
2097 VisitOMPLoopDirective(D);
2102 VisitOMPLoopDirective(D);
2108 VisitOMPLoopDirective(D);
2149 VisitOMPLoopDirective(D);
2156 VisitOMPLoopDirective(D);
2266 VisitOMPLoopDirective(D);
2271 VisitOMPLoopDirective(D);
2276 VisitOMPLoopDirective(D);
/external/clang/tools/libclang/
H A DCIndex.cpp1918 void VisitOMPLoopDirective(const OMPLoopDirective *D);
2519 void EnqueueVisitor::VisitOMPLoopDirective(const OMPLoopDirective *D) { function in class:EnqueueVisitor
2528 VisitOMPLoopDirective(D);
2532 VisitOMPLoopDirective(D);
2536 VisitOMPLoopDirective(D);
2562 VisitOMPLoopDirective(D);
2567 VisitOMPLoopDirective(D);
2632 VisitOMPLoopDirective(D);
2637 VisitOMPLoopDirective(D);
2642 VisitOMPLoopDirective(
[all...]

Completed in 111 milliseconds