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

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

Completed in 59 milliseconds