Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6447 bool T2IsPointerLike = T2->isAnyPointerType() || T2->isMemberPointerType() || in FindCompositePointerType() local
6449 if (!T1IsPointerLike && !T2IsPointerLike) in FindCompositePointerType()
6465 if (T2IsPointerLike && in FindCompositePointerType()
6475 if (!T1IsPointerLike || !T2IsPointerLike) in FindCompositePointerType()