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

References

tools/clang/lib/Format/FormatToken.h
  326     return is(K1) || isOneOf(K2, Ks...);
tools/clang/lib/Format/UnwrappedLineParser.cpp
  749   bool IfNDef = FormatTok->is(tok::pp_ifndef);
  976       FormatTok->is(tok::pp_include)) {
tools/clang/lib/Format/WhitespaceManager.cpp
  500     if (!Current->Previous || !Current->Previous->is(tok::pp_define))