Searched refs:getDeclID (Results 1 – 6 of 6) sorted by relevance
335 std::optional<unsigned> getDeclID() const { in getDeclID() function337 return Pointee->getDeclID(); in getDeclID()
73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
109 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()128 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
699 serialization::DeclID getDeclID(const Decl *D);
3375 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3379 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3695 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), D))); in EmitData()4236 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()4290 assert(getDeclID(*Cat) != 0 && "Bogus category"); in WriteObjCCategories()4298 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()5722 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
1069 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()