Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Typedef

211   typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
3058 if (const TypedefType *Typedef = FileType->getAs<TypedefType>())
3059 Context.setFILEDecl(Typedef->getDecl());
3079 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>())
3080 Context.setjmp_bufDecl(Typedef->getDecl());
3100 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>())
3101 Context.setsigjmp_bufDecl(Typedef->getDecl());
3136 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>())
3137 Context.setucontext_tDecl(Typedef->getDecl());
4016 typedef const PPEntityOffset *pp_iterator;
4064 typedef const PPEntityOffset *pp_iterator;
4414 Error("incorrect encoding of typedef type");
5770 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType;