Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp207 emitImportStackRecursively(Imported.first, Imported.second); in emitIncludeStackRecursively()
227 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStack()
232 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively() function in DiagnosticRenderer
242 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStackRecursively()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h109 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName);