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

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
   24   const FormatToken *NextNext = Next ? Next->getNextNonComment() : nullptr;
   24   const FormatToken *NextNext = Next ? Next->getNextNonComment() : nullptr;
   25   return Line.startsWith(tok::kw_extern) && Next && Next->isStringLiteral() &&
   25   return Line.startsWith(tok::kw_extern) && Next && Next->isStringLiteral() &&