Home
last modified time | relevance | path

Searched refs:getDeclID (Results 1 – 9 of 9) 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/Interp/
H A DInterpBlock.h80 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
H A DPointer.h512 std::optional<unsigned> getDeclID() const { in getDeclID() function
515 return asBlockPointer().Pointee->getDeclID(); in getDeclID()
H A DInterp.cpp159 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()
178 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h749 LocalDeclID getDeclID(const Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3537 LE.write<DeclID>((DeclID)Writer.getDeclID(Method->getMethod())); in EmitData()
3541 LE.write<DeclID>((DeclID)Writer.getDeclID(Method->getMethod())); in EmitData()
3871 LE.write<DeclID>((DeclID)Writer.getDeclID( in EmitData()
4464 getDeclID(cast<Decl>(DC)).getRawValue()}; in WriteDeclContextVisibleUpdate()
4518 assert(getDeclID(*Cat).isValid() && "Bogus category"); in WriteObjCCategories()
4526 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()
6265 LocalDeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1081 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()