Searched refs:asCompilandSym (Results 1 – 6 of 6) sorted by relevance
108 PdbCompilandSymId asCompilandSym() const;
254 PdbSymUid(m_decl_to_status[scope_decl].uid).asCompilandSym(); in GetOrCreateSymbolForId() 285 result = GetOrCreateSymbolForId(uid.asCompilandSym()); in GetOrCreateDeclForUid() 309 if (uid.asCompilandSym().offset == 0) in GetOrCreateDeclContextForUid() 368 pdb->FindSymbolScope(uid.asCompilandSym()); in GetParentDeclContext() 372 CVSymbol sym = index.ReadSymbolRecord(uid.asCompilandSym()); in GetParentDeclContext() 1401 PdbCompilandSymId block_id = PdbSymUid(iter->second.uid).asCompilandSym(); in ParseDeclsForSimpleContext()
125 PdbCompilandSymId PdbSymUid::asCompilandSym() const { in asCompilandSym() function in PdbSymUid
166 PdbCompilandSymId cu_sym_id = iter->second.asCompilandSym(); in FindSymbolsByVa()
1110 PdbCompilandSymId csid = match.uid.asCompilandSym(); in ResolveSymbolContext()1601 PdbCompilandSymId func_id = PdbSymUid(func.GetID()).asCompilandSym(); in ParseBlocksRecursive()2023 size_t count = ParseVariablesForBlock(block_id.asCompilandSym()); in ParseVariablesForContext()2030 size_t count = ParseVariablesForBlock(block_id.asCompilandSym()); in ParseVariablesForContext()
800 PdbSymUid(func_block.GetID()).asCompilandSym(); in GetVariableLocationInfo()