reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
11702     if (!EvaluateMemberPointer(E->getRHS(), RHSValue, Info) || !LHSOK)
11708     if (!LHSValue.getDecl() || !RHSValue.getDecl()) {
11709       bool Equal = !LHSValue.getDecl() && !RHSValue.getDecl();
11718     if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(RHSValue.getDecl()))
11726     bool Equal = LHSValue == RHSValue;