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 252 emitImportStackRecursively(Imported.first, Imported.second, SM);
273 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
278 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc,
292 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);

Completed in 101 milliseconds