Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Typedef

211   typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
213 typedef llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> >
3226 if (const TypedefType *Typedef = FileType->getAs<TypedefType>())
3227 Context.setFILEDecl(Typedef->getDecl());
3247 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>())
3248 Context.setjmp_bufDecl(Typedef->getDecl());
3268 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>())
3269 Context.setsigjmp_bufDecl(Typedef->getDecl());
3304 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>())
3305 Context.setucontext_tDecl(Typedef->getDecl());
4292 typedef const PPEntityOffset *pp_iterator;
4340 typedef const PPEntityOffset *pp_iterator;
4699 Error("incorrect encoding of typedef type");
6058 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType;
7299 typedef llvm::DenseMap<IdentifierInfo *, SmallVector<Decl *, 2> >