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

References

tools/clang/include/clang/Sema/Sema.h
 1385         const SemaDiagnosticBuilder &Diag, const T &Value) {
 3065   ObjCLiteralKind CheckLiteralKind(Expr *FromE);
tools/clang/lib/Sema/SemaChecking.cpp
13896   Sema::ObjCLiteralKind Kind = S.CheckLiteralKind(RHS);
tools/clang/lib/Sema/SemaExpr.cpp
10162 Sema::ObjCLiteralKind Sema::CheckLiteralKind(Expr *FromE) {
10226   Sema::ObjCLiteralKind LiteralKind = S.CheckLiteralKind(Literal);
tools/clang/lib/Sema/SemaExprObjC.cpp
  170                                             Sema::ObjCLiteralKind LiteralKind) {
  197                                             Sema::ObjCLiteralKind LiteralKind) {
  219                                             Sema::ObjCLiteralKind LiteralKind) {