Searched refs:DeclIDs (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTWriter.h | 176 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs; variable 186 LocDeclIDsTy DeclIDs; member
|
| HD | ASTReader.h | 1818 const SmallVectorImpl<uint32_t> &DeclIDs,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 1866 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()
|
| HD | ASTReader.cpp | 837 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()
|
| HD | ASTWriterDecl.cpp | 2023 serialization::DeclID &IDR = DeclIDs[D]; in WriteDecl()
|
| HD | ASTWriterStmt.cpp | 2201 = DeclIDs.begin()->first->getASTContext().getSourceManager(); in WriteSubStmt()
|