Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6138 bool T1IsPointerLike = T1->isAnyPointerType() || T1->isMemberPointerType() || in FindCompositePointerType() local
6142 if (!T1IsPointerLike && !T2IsPointerLike) in FindCompositePointerType()
6150 if (T1IsPointerLike && in FindCompositePointerType()
6168 if (!T1IsPointerLike || !T2IsPointerLike) in FindCompositePointerType()