HomeSort by relevance Sort by last modified time
    Searched refs:emitImportStackRecursively (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 114 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 250 emitImportStackRecursively(Imported.first, Imported.second, SM);
271 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
276 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc,
288 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);

Completed in 59 milliseconds