Lines Matching refs:compiland
465 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes() local
466 if (!compiland) in ParseTypes()
500 ParseTypesByTagFn(*compiland); in ParseTypes()
529 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext() local
530 if (!compiland) in ParseVariablesForContext()
557 num_added += ParseVariables(sc, *compiland); in ParseVariablesForContext()
823 while (auto compiland = compilands->getNext()) { in ResolveSymbolContext() local
829 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()
839 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId()); in ResolveSymbolContext()
1865 const PDBSymbolCompiland &compiland, in BuildSupportFileIdToSupportFileIndexMap() argument
1872 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap()