Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2185 SmallVector<ModuleFile *, 4> ImportStack(1, &F); in getInputFile() local
2186 while (!ImportStack.back()->ImportedBy.empty()) in getInputFile()
2187 ImportStack.push_back(ImportStack.back()->ImportedBy[0]); in getInputFile()
2190 StringRef TopLevelPCHName(ImportStack.back()->FileName); in getInputFile()
2191 unsigned DiagnosticKind = moduleKindForDiagnostic(ImportStack.back()->Kind); in getInputFile()
2200 if (ImportStack.size() > 1 && !Diags.isDiagnosticInFlight()) { in getInputFile()
2202 << Filename << ImportStack[0]->FileName; in getInputFile()
2203 for (unsigned I = 1; I < ImportStack.size(); ++I) in getInputFile()
2205 << ImportStack[I-1]->FileName << ImportStack[I]->FileName; in getInputFile()