Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp206 emitImportStackRecursively(Imported.first, Imported.second); in emitIncludeStackRecursively()
226 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStack()
231 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively() function in DiagnosticRenderer
241 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStackRecursively()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h108 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName);