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

References

tools/clang/include/clang/Lex/Token.h
  268   bool isAtStartOfLine() const { return getFlag(StartOfLine); }
  272   bool hasLeadingSpace() const { return getFlag(LeadingSpace); }
  276   bool isExpandDisabled() const { return getFlag(DisableExpand); }
  285   bool needsCleaning() const { return getFlag(NeedsCleaning); }
  289   bool hasLeadingEmptyMacro() const { return getFlag(LeadingEmptyMacro); }
  293   bool hasUDSuffix() const { return getFlag(HasUDSuffix); }
  296   bool hasUCN() const { return getFlag(HasUCN); }
  300   bool stringifiedInMacro() const { return getFlag(StringifiedInMacro); }
  303   bool commaAfterElided() const { return getFlag(CommaAfterElided); }
  310   bool isEditorPlaceholder() const { return getFlag(IsEditorPlaceholder); }
tools/clang/lib/Lex/Preprocessor.cpp
  918       !Result.getFlag(Token::IsReinjected)) {
  959   if (OnToken && LexLevel == 0 && !Result.getFlag(Token::IsReinjected))