Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GetDecl

2677       Decl *D = Names[I].getDecl();
3059 Context.setFILEDecl(Typedef->getDecl());
3066 Context.setFILEDecl(Tag->getDecl());
3080 Context.setjmp_bufDecl(Typedef->getDecl());
3087 Context.setjmp_bufDecl(Tag->getDecl());
3101 Context.setsigjmp_bufDecl(Typedef->getDecl());
3105 Context.setsigjmp_bufDecl(Tag->getDecl());
3137 Context.setucontext_tDecl(Typedef->getDecl());
3141 Context.setucontext_tDecl(Tag->getDecl());
3153 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
5066 return GetDecl(ID);
5147 Decl *ASTReader::GetDecl(DeclID ID) {
5372 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
5384 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)));
5499 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
5598 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
5656 GetDecl(ExternalDefinitions[I]);
6037 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I])))
6045 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++]));
6055 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I]));
6066 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I]));
6077 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I]));
6087 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
6097 = dyn_cast_or_null<CXXRecordDecl>(GetDecl(DynamicClasses[I]));
6108 = dyn_cast_or_null<NamedDecl>(GetDecl(LocallyScopedExternCDecls[I]));
6156 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++]));
6168 ValueDecl *D = cast<ValueDecl>(GetDecl(PendingInstantiations[Idx++]));
6216 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
7033 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC));
7034 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC));