HomeSort by: relevance | last modified time | path
    Searched defs:lpointee (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 10742 QualType lpointee = LHS.get()->getType()->getPointeeType(); local
10784 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
10790 Context.getCanonicalType(lpointee).getUnqualifiedType(),
11944 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); local
11948 !Context.typesAreCompatible(lpointee, rpointee)) {
SemaExpr.cpp 10742 QualType lpointee = LHS.get()->getType()->getPointeeType(); local
10784 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
10790 Context.getCanonicalType(lpointee).getUnqualifiedType(),
11944 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType(); local
11948 !Context.typesAreCompatible(lpointee, rpointee)) {

Completed in 82 milliseconds