Searched refs:getDeclID (Results 1 – 6 of 6) sorted by relevance
249 llvm::Optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
59 llvm::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()
643 serialization::DeclID getDeclID(const Decl *D);
3272 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3276 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()3595 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), D))); in EmitData()4136 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()4190 assert(getDeclID(*Cat) != 0 && "Bogus category"); in WriteObjCCategories()4198 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()5447 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
1033 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()