Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.h252 llvm::Optional<unsigned> getDeclID() const { return Pointee->getDeclID(); } in getDeclID() function
H A DInterpBlock.h61 llvm::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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h650 serialization::DeclID getDeclID(const Decl *D);
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3083 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()
3087 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData()
3397 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), *D))); in EmitData()
3939 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))}; in WriteDeclContextVisibleUpdate()
3993 assert(getDeclID(*Cat) != 0 && "Bogus category"); in WriteObjCCategories()
4001 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()
5242 DeclID ASTWriter::getDeclID(const Decl *D) { in getDeclID() function in ASTWriter
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1033 TopLevelDeclIDs.push_back(Writer.getDeclID(D)); in AfterPCHEmitted()