Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp205 emitImportStackRecursively(Imported.first, Imported.second); in emitIncludeStackRecursively()
225 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStack()
230 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively() function in DiagnosticRenderer
240 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStackRecursively()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h108 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName);