Home
last modified time | relevance | path

Searched refs:getDeclID (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h335 std::optional<unsigned> getDeclID() const { in getDeclID() function
337 return Pointee->getDeclID(); in getDeclID()
H A DInterpBlock.h73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
H A DInterp.cpp109 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()
128 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h699 serialization::DeclID getDeclID(const Decl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3375 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
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1069 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()