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

/external/clang/lib/Sema/
H A DSemaExpr.cpp9240 const DeclRefExpr *RHSDeclRef = dyn_cast<DeclRefExpr>(RHSExpr); local
9241 if (!LHSDeclRef || !RHSDeclRef ||
9243 RHSDeclRef->getLocation().isMacroID())
9248 cast<ValueDecl>(RHSDeclRef->getDecl()->getCanonicalDecl());

Completed in 138 milliseconds