Searched refs:DeclIDs (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 172 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs; variable 182 LocDeclIDsTy DeclIDs; member
|
| H A D | ASTReader.h | 1866 const SmallVectorImpl<uint32_t> &DeclIDs,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1837 Record.push_back(FDI->second->DeclIDs.size()); in WriteSourceManagerBlock() 2829 DI = Info.DeclIDs.begin(), DE = Info.DeclIDs.end(); DI != DE; ++DI) in WriteFileDeclIDsMap() 4244 DeclIDs[Context.getTranslationUnitDecl()] = PREDEF_DECL_TRANSLATION_UNIT_ID; in WriteASTCore() 4246 DeclIDs[Context.ObjCIdDecl] = PREDEF_DECL_OBJC_ID_ID; in WriteASTCore() 4248 DeclIDs[Context.ObjCSelDecl] = PREDEF_DECL_OBJC_SEL_ID; in WriteASTCore() 4250 DeclIDs[Context.ObjCClassDecl] = PREDEF_DECL_OBJC_CLASS_ID; in WriteASTCore() 4252 DeclIDs[Context.ObjCProtocolClassDecl] = PREDEF_DECL_OBJC_PROTOCOL_ID; in WriteASTCore() 4254 DeclIDs[Context.Int128Decl] = PREDEF_DECL_INT_128_ID; in WriteASTCore() 4256 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID; in WriteASTCore() 4258 DeclIDs[Context.ObjCInstanceTypeDecl] = PREDEF_DECL_OBJC_INSTANCETYPE_ID; in WriteASTCore() [all …]
|
| H A D | ASTReader.cpp | 840 SmallVector<uint32_t, 4> DeclIDs; in ReadData() local 842 DeclIDs.push_back(Reader.getGlobalDeclID( in ReadData() 844 Reader.SetGloballyVisibleDecls(II, DeclIDs); in ReadData() 7389 const SmallVectorImpl<uint32_t> &DeclIDs, in SetGloballyVisibleDecls() argument 7392 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls() 7396 for (unsigned I = 0, N = DeclIDs.size(); I != N; ++I) { in SetGloballyVisibleDecls() 7401 PreloadedDeclIDs.push_back(DeclIDs[I]); in SetGloballyVisibleDecls() 7405 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I])); in SetGloballyVisibleDecls() 8230 SmallVector<uint32_t, 4> DeclIDs = in finishPendingActions() local 8234 SetGloballyVisibleDecls(II, DeclIDs, &TopLevelDecls[II]); in finishPendingActions()
|
| H A D | ASTWriterDecl.cpp | 1954 serialization::DeclID &IDR = DeclIDs[D]; in WriteDecl()
|
| H A D | ASTWriterStmt.cpp | 2114 = DeclIDs.begin()->first->getASTContext().getSourceManager(); in WriteSubStmt()
|