Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6101 bool T2IsPointerLike = T2->isAnyPointerType() || T2->isMemberPointerType() || in FindCompositePointerType() local
6103 if (!T1IsPointerLike && !T2IsPointerLike) in FindCompositePointerType()
6119 if (T2IsPointerLike && in FindCompositePointerType()
6129 if (!T1IsPointerLike || !T2IsPointerLike) in FindCompositePointerType()