Lines Matching refs:compiland
459 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local
460 if (!compiland) in ParseTypes()
494 ParseTypesByTagFn(*compiland); in ParseTypes()
523 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local
524 if (!compiland) in ParseVariablesForContext()
551 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()
814 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local
820 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()
830 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()
1869 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument
1876 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap()