Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp226 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack() local
227 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStack()
241 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively() local
242 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second); in emitImportStackRecursively()