Searched defs:RCanPointeeTy (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExpr.cpp8000 QualType RCanPointeeTy = local
8004 if (LCanPointeeTy == RCanPointeeTy)
8007 (LCanPointeeTy->isVoidType() || RCanPointeeTy->isVoidType())) {
8012 if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType())
8032 RCanPointeeTy.getUnqualifiedType())) {
8040 (LCanPointeeTy->isVoidType() || RCanPointeeTy->isVoidType())) {
8042 if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType())
8050 if (LCanPointeeTy != RCanPointeeTy) {
8052 unsigned AddrSpaceR = RCanPointeeTy.getAddressSpace();

Completed in 83 milliseconds