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

References

tools/clang/lib/Format/UnwrappedLineParser.cpp
  900   return FormatTok->Tok.isLiteral() ||
  901          FormatTok->isOneOf(tok::kw_true, tok::kw_false) ||
  902          mustBeJSIdent(Keywords, FormatTok);