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

References

tools/clang/lib/Format/BreakableToken.cpp
  718          mayReflowContent(Content[LineIndex]) && !Tok.Finalized &&
  972          mayReflowContent(Content[LineIndex]) && !Tok.Finalized &&
tools/clang/lib/Format/ContinuationIndenter.cpp
 1673   if (RawStringStyle && !Current.Finalized) {
tools/clang/lib/Format/Format.cpp
 1271         if (FormatTok->Finalized || !FormatTok->isStringLiteral() ||
tools/clang/lib/Format/FormatTokenLexer.cpp
  857   Tok.Finalized = FormattingDisabled;
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  201     if (RBraceTok->Finalized)
  203     RBraceTok->Finalized = true;
  221           !AnnotatedLines[I + 1]->First->Finalized) {
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  708     Tok->Finalized = true;
tools/clang/lib/Format/UnwrappedLineParser.cpp
  996         FormatTok->Finalized = true;
tools/clang/lib/Format/UsingDeclarationsSorter.cpp
  194         !AnnotatedLines[I]->startsWith(tok::kw_using) || FirstTok->Finalized) {
tools/clang/lib/Format/WhitespaceManager.cpp
   49   if (Tok.Finalized)
   60   if (Tok.Finalized)
   78   if (Tok.Finalized)