Searched refs:emitImportStackRecursively (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h114 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp209 emitImportStackRecursively(Imported.first, Imported.second, SM);
230 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
235 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, function in class:DiagnosticRenderer
247 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);

Completed in 43 milliseconds