Searched refs:getDeclID (Results 1 – 6 of 6) sorted by relevance
279 std::optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
146 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()165 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
676 serialization::DeclID getDeclID(const Decl *D);
3291 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3295 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3614 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), D))); in EmitData()4155 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()4209 assert(getDeclID(*Cat) != 0 && "Bogus category"); in WriteObjCCategories()4217 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()5618 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
1061 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()