Searched refs:compiland (Results 1 – 1 of 1) sorted by relevance
465 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local466 if (!compiland) in ParseTypes()500 ParseTypesByTagFn(*compiland); in ParseTypes()529 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local530 if (!compiland) in ParseVariablesForContext()557 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()823 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local829 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()839 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()1865 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument[all …]