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

/external/clang/lib/Sema/
H A DSemaExpr.cpp9239 const DeclRefExpr *LHSDeclRef = dyn_cast<DeclRefExpr>(LHSExpr); local
9241 if (!LHSDeclRef || !RHSDeclRef ||
9242 LHSDeclRef->getLocation().isMacroID() ||
9246 cast<ValueDecl>(LHSDeclRef->getDecl()->getCanonicalDecl());
9258 << LHSDeclRef->getType()

Completed in 75 milliseconds