Searched defs:lpointee (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp8457 QualType lpointee = LHS.get()->getType()->getPointeeType(); local
8484 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
8490 Context.getCanonicalType(lpointee).getUnqualifiedType(),
9304 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); local
9308 !Context.typesAreCompatible(lpointee, rpointee)) {

Completed in 139 milliseconds