Searched refs:Jmp_bufType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReader.cpp3800 QualType Jmp_bufType = GetType(Jmp_buf); local
3801 if (Jmp_bufType.isNull()) {
3807 if (const TypedefType *Typedef = Jmp_bufType->getAs<TypedefType>())
3810 const TagType *Tag = Jmp_bufType->getAs<TagType>();

Completed in 62 milliseconds