Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DPointer.h279 std::optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
H A DInterpBlock.h73 std::optional<unsigned> getDeclID() const { return DeclID; } in getDeclID() function
H A DInterp.cpp146 if (auto ID = Ptr.getDeclID()) { in CheckTemporary()
165 if (auto ID = Ptr.getDeclID()) { in CheckGlobal()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h676 serialization::DeclID getDeclID(const Decl *D);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3291 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()
3295 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()
3614 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), D))); in EmitData()
4155 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
4209 assert(getDeclID(*Cat) != 0 && "Bogus category"); in WriteObjCCategories()
4217 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()
5618 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1061 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()