Searched refs:compiland (Results 1 – 1 of 1) sorted by relevance
451 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local452 if (!compiland) in ParseTypes()486 ParseTypesByTagFn(*compiland); in ParseTypes()515 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local516 if (!compiland) in ParseVariablesForContext()543 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()809 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local815 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()825 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()1848 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument[all …]