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

/external/clang/lib/Serialization/
H A DASTReader.cpp3821 QualType Sigjmp_bufType = GetType(Sigjmp_buf); local
3822 if (Sigjmp_bufType.isNull()) {
3828 if (const TypedefType *Typedef = Sigjmp_bufType->getAs<TypedefType>())
3831 const TagType *Tag = Sigjmp_bufType->getAs<TagType>();

Completed in 242 milliseconds