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

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

Completed in 111 milliseconds