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

References

tools/clang/lib/Format/FormatTokenLexer.cpp
  527   String->IsFirst = Macro->IsFirst;
  527   String->IsFirst = Macro->IsFirst;
  634   FormatTok->IsFirst = IsFirstToken;
tools/clang/lib/Format/TokenAnnotator.cpp
 1059     bool IsFirstToken = CurrentToken->IsFirst;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  405         (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
 1146           TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst;
 1201   if (Newlines == 0 && !RootToken.IsFirst)
 1203   if (RootToken.IsFirst && !RootToken.HasUnescapedNewline)
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2688         (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
 2705            (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {
tools/clang/lib/Format/WhitespaceManager.cpp
   54                            InPPDirective && !Tok.IsFirst,
   65                            InPPDirective && !Tok.IsFirst,
   85              InPPDirective && !Tok.IsFirst, /*IsInsideToken=*/true));