Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h50 uint64_t getDeclID() const { return I->getDeclID(); } in getDeclID() function
H A DDeclAccessPair.h56 uint64_t getDeclID() const { in getDeclID() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h82 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
H A DPointer.h588 std::optional<unsigned> getDeclID() const { in getDeclID() function
591 return asBlockPointer().Pointee->getDeclID(); in getDeclID()
H A DInterp.cpp212 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()
236 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
499 if (!Ptr.getDeclID()) in CheckConstant()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3624 LE.write<DeclID>((DeclID)Writer.getDeclID(Method->getMethod())); in EmitData()
3628 LE.write<DeclID>((DeclID)Writer.getDeclID(Method->getMethod())); in EmitData()
3964 LE.write<DeclID>((DeclID)Writer.getDeclID( in EmitData()
4970 getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
4976 UPDATE_MODULE_LOCAL_VISIBLE, getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
4983 UPDATE_TU_LOCAL_VISIBLE, getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
5042 assert(getDeclID(*Cat).isValid() && "Bogus category"); in WriteObjCCategories()
5050 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()
6398 getDeclID(D).getRawValue()}; in WriteSpecializationsUpdates()
6920 LocalDeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h792 LocalDeclID getDeclID(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1082 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp72 cast<NamedDecl>(Source->GetExternalDecl(GlobalDeclID(I.getDeclID())))); in getFromExternalSource()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2450 {"_ZN5clang9ASTWriter9getDeclIDEPKNS_4DeclE", "clang::ASTWriter::getDeclID(clang::Decl const*)"},