Lines Matching refs:m_uid_to_decl
429 m_uid_to_decl[type.getSymIndexId()] = record_decl;
514 m_uid_to_decl[type.getSymIndexId()] = enum_decl;
571 m_uid_to_decl[type.getSymIndexId()] = typedef_decl;
837 auto it = m_uid_to_decl.find(sym_id);
838 if (it != m_uid_to_decl.end())
863 clang::Decl *decl = m_uid_to_decl.lookup(sym_id);
880 decl = m_uid_to_decl.lookup(method->getSymIndexId());
895 m_uid_to_decl[sym_id] = decl;
935 m_uid_to_decl[sym_id] = decl;
981 m_uid_to_decl[sym_id] = decl;
991 return m_uid_to_decl.lookup(sym_id);
1195 m_uid_to_decl[enum_value.getSymIndexId()] = enum_constant_decl;
1281 m_uid_to_decl[member->getSymIndexId()] = decl;
1352 m_uid_to_decl[member->getSymIndexId()] = decl;
1418 m_uid_to_decl[method->getSymIndexId()] = decl;