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

/external/clang/lib/Sema/
H A DSemaExpr.cpp7355 QualType lpointee = LHS.get()->getType()->getPointeeType(); local
7382 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
7388 Context.getCanonicalType(lpointee).getUnqualifiedType(),
8111 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); local
8115 !Context.typesAreCompatible(lpointee, rpointee)) {

Completed in 144 milliseconds