Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h176 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs; variable
186 LocDeclIDsTy DeclIDs; member
HDASTReader.h1818 const SmallVectorImpl<uint32_t> &DeclIDs,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1866 Record.push_back(FDI->second->DeclIDs.size()); in WriteSourceManagerBlock()
2801 for (auto &LocDeclEntry : Info.DeclIDs) in WriteFileDeclIDsMap()
4119 DeclIDs[D] = ID; in WriteASTCore()
4962 DeclID &ID = DeclIDs[D]; in GetDeclRef()
4987 assert(DeclIDs.find(D) != DeclIDs.end() && "Declaration not emitted!"); in getDeclID()
4988 return DeclIDs[D]; in getDeclID()
5022 LocDeclIDsTy &Decls = Info->DeclIDs; in associateDeclWithFile()
HDASTReader.cpp837 SmallVector<uint32_t, 4> DeclIDs; in ReadData() local
839 DeclIDs.push_back(Reader.getGlobalDeclID( in ReadData()
841 Reader.SetGloballyVisibleDecls(II, DeclIDs); in ReadData()
7238 const SmallVectorImpl<uint32_t> &DeclIDs, in SetGloballyVisibleDecls() argument
7241 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
7245 for (unsigned I = 0, N = DeclIDs.size(); I != N; ++I) { in SetGloballyVisibleDecls()
7250 PreloadedDeclIDs.push_back(DeclIDs[I]); in SetGloballyVisibleDecls()
7254 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls()
8107 SmallVector<uint32_t, 4> DeclIDs = in finishPendingActions() local
8111 SetGloballyVisibleDecls(II, DeclIDs, &TopLevelDecls[II]); in finishPendingActions()
HDASTWriterDecl.cpp2023 serialization::DeclID &IDR = DeclIDs[D]; in WriteDecl()
HDASTWriterStmt.cpp2201 = DeclIDs.begin()->first->getASTContext().getSourceManager(); in WriteSubStmt()