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

References

tools/clang/lib/Sema/SemaExpr.cpp
10219   if (Other->isNullPointerConstant(S.getASTContext(),
10226   Sema::ObjCLiteralKind LiteralKind = S.CheckLiteralKind(Literal);
10233     S.Diag(Loc, diag::warn_objc_string_literal_comparison)
10236     S.Diag(Loc, diag::warn_objc_literal_comparison)
10240       hasIsEqualMethod(S, LHS.get(), RHS.get())) {
10242     SourceLocation End = S.getLocForEndOfToken(RHS.get()->getEndLoc());
10244       CharSourceRange::getCharRange(Loc, S.getLocForEndOfToken(Loc));
10246     S.Diag(Loc, diag::note_objc_literal_comparison_isequal)