HomeSort by: relevance | last modified time | path
    Searched refs:VisitOMPLoopBasedDirective (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp 891 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) {
896 VisitOMPLoopBasedDirective(S);
908 VisitOMPLoopBasedDirective(S);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2289 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) {
2297 VisitOMPLoopBasedDirective(D);
2311 VisitOMPLoopBasedDirective(D);
ASTWriterStmt.cpp 2187 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) {
2194 VisitOMPLoopBasedDirective(D);
2210 VisitOMPLoopBasedDirective(D);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2043 void VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *D);
2878 void EnqueueVisitor::VisitOMPLoopBasedDirective(
2884 VisitOMPLoopBasedDirective(D);
2896 VisitOMPLoopBasedDirective(D);

Completed in 66 milliseconds