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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp225 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); local
226 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second);
240 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); local
241 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second);

Completed in 178 milliseconds