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

References

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