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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10355 const DeclRefExpr *RHSDeclRef = dyn_cast<DeclRefExpr>(RHSExpr); local
10356 if (!LHSDeclRef || !RHSDeclRef ||
10358 RHSDeclRef->getLocation().isMacroID())
10363 cast<ValueDecl>(RHSDeclRef->getDecl()->getCanonicalDecl());

Completed in 181 milliseconds