Home
last modified time | relevance | path

Searched defs:typedefType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DType.cpp3690 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCNSObjectType() local
3695 if (const TypedefType *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
/external/clang/lib/Sema/
DSemaType.cpp5867 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local