Searched defs:Ucontext_tType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReader.cpp3857 QualType Ucontext_tType = GetType(Ucontext_t); local
3858 if (Ucontext_tType.isNull()) {
3864 if (const TypedefType *Typedef = Ucontext_tType->getAs<TypedefType>())
3867 const TagType *Tag = Ucontext_tType->getAs<TagType>();

Completed in 48 milliseconds