Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp615 const TypedefType* typedefType = in CreateEdgeFromOriginalType() local
/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