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

References

tools/clang/lib/Format/FormatToken.h
  716     kw_abstract = &IdentTable.get("abstract");
  780          kw_abstract, kw_extends, kw_implements, kw_instanceof, kw_interface});
  793          kw_abstract, kw_extends, kw_implements, kw_instanceof, kw_interface});
tools/clang/lib/Format/TokenAnnotator.cpp
 2854          Left.isOneOf(Keywords.kw_final, Keywords.kw_abstract,
 3281             Keywords.kw_readonly, Keywords.kw_abstract, Keywords.kw_get,
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  584                                   Keywords.kw_declare, Keywords.kw_abstract,
tools/clang/lib/Format/UnwrappedLineParser.cpp
  893               Keywords.kw_abstract, Keywords.kw_extends, Keywords.kw_implements,