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

References

tools/clang/lib/Format/FormatToken.h
  730     kw_mark = &IdentTable.get("mark");
tools/clang/lib/Format/TokenAnnotator.cpp
 1038         CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) {
 1039       bool IsMark = CurrentToken->is(Keywords.kw_mark);