reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
428 m_uid_to_decl[type.getSymIndexId()] = record_decl; 513 m_uid_to_decl[type.getSymIndexId()] = enum_decl; 567 m_uid_to_decl[type.getSymIndexId()] = typedef_decl; 818 auto it = m_uid_to_decl.find(sym_id); 819 if (it != m_uid_to_decl.end()) 843 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); 860 decl = m_uid_to_decl.lookup(method->getSymIndexId()); 875 m_uid_to_decl[sym_id] = decl; 914 m_uid_to_decl[sym_id] = decl; 959 m_uid_to_decl[sym_id] = decl; 969 return m_uid_to_decl.lookup(sym_id); 1170 m_uid_to_decl[enum_value.getSymIndexId()] = enum_constant_decl; 1256 m_uid_to_decl[member->getSymIndexId()] = decl; 1272 m_uid_to_decl[member->getSymIndexId()] = decl; 1338 m_uid_to_decl[method->getSymIndexId()] = decl;