Home
last modified time | relevance | path

Searched refs:T1BPType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp467 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>(), in UnwrapDissimilarPointerTypes() local
469 if (T1BPType && T2BPType) { in UnwrapDissimilarPointerTypes()
470 T1 = T1BPType->getPointeeType(); in UnwrapDissimilarPointerTypes()