Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GetDecl

3984           Context.setFILEDecl(Typedef->getDecl());
3991 Context.setFILEDecl(Tag->getDecl());
4005 Context.setjmp_bufDecl(Typedef->getDecl());
4012 Context.setjmp_bufDecl(Tag->getDecl());
4026 Context.setsigjmp_bufDecl(Typedef->getDecl());
4030 Context.setsigjmp_bufDecl(Tag->getDecl());
4062 Context.setucontext_tDecl(Typedef->getDecl());
4066 Context.setucontext_tDecl(Tag->getDecl());
4078 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
6142 return GetDecl(ID);
6374 Decl *ASTReader::GetDecl(DeclID ID) {
6568 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
6580 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)));
6703 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
6824 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
6867 GetDecl(ID);
7057 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
7313 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I])))
7321 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++]));
7331 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I]));
7342 = dyn_cast_or_null<DeclaratorDecl>(GetDecl(UnusedFileScopedDecls[I]));
7353 = dyn_cast_or_null<CXXConstructorDecl>(GetDecl(DelegatingCtorDecls[I]));
7363 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
7375 GetDecl(UnusedLocalTypedefNameCandidates[I]));
7423 VT.Record = dyn_cast_or_null<CXXRecordDecl>(GetDecl(VTableUses[Idx++]));
7435 ValueDecl *D = cast<ValueDecl>(GetDecl(PendingInstantiations[Idx++]));
7448 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++]));
7451 LT->D = GetDecl(LateParsedTemplates[Idx++]);
7514 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
8396 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC));
8397 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC));