Searched refs:m_uid_to_decl (Results 1 – 4 of 4) sorted by relevance
429 m_uid_to_decl[type.getSymIndexId()] = record_decl; in CreateLLDBTypeFromPDBType() 514 m_uid_to_decl[type.getSymIndexId()] = enum_decl; in CreateLLDBTypeFromPDBType() 571 m_uid_to_decl[type.getSymIndexId()] = typedef_decl; in CreateLLDBTypeFromPDBType() 837 auto it = m_uid_to_decl.find(sym_id); in GetDeclForSymbol() 838 if (it != m_uid_to_decl.end()) in GetDeclForSymbol() 863 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); in GetDeclForSymbol() 880 decl = m_uid_to_decl.lookup(method->getSymIndexId()); in GetDeclForSymbol() 895 m_uid_to_decl[sym_id] = decl; in GetDeclForSymbol() 935 m_uid_to_decl[sym_id] = decl; in GetDeclForSymbol() 981 m_uid_to_decl[sym_i in GetDeclForSymbol() [all...]
110 UidToDeclMap m_uid_to_decl; variable
303 m_uid_to_decl[toOpaqueUid(uid)] = result; in GetOrCreateDeclForUid() 638 auto iter = m_uid_to_decl.find(toOpaqueUid(uid)); in TryGetDecl() 639 if (iter != m_uid_to_decl.end()) in TryGetDecl() 661 m_uid_to_decl.insert({toOpaqueUid(block_id), block_decl}); in GetOrCreateBlockDecl() 681 m_uid_to_decl[toOpaqueUid(uid)] = var_decl; in CreateVariableDecl() 951 // Use the index in IPI stream as uid in m_uid_to_decl, because index in IPI in GetOrCreateInlinedFunctionDecl() 956 lldbassert(m_uid_to_decl.count(func_uid) == 0); in GetOrCreateInlinedFunctionDecl() 957 m_uid_to_decl[func_uid] = function_decl; in GetOrCreateInlinedFunctionDecl() 1058 lldbassert(m_uid_to_decl.count(toOpaqueUid(func_id)) == 0); in GetOrCreateFunctionDecl() 1059 m_uid_to_decl[toOpaqueUi in GetOrCreateFunctionDecl() [all...]
145 llvm::DenseMap<lldb::user_id_t, clang::Decl *> m_uid_to_decl; variable