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

References

tools/clang/lib/Format/TokenAnnotator.cpp
  892         Line.MightBeFunctionDecl = true;
 1382                (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
 1501                Line.MightBeFunctionDecl && Contexts.size() == 1) {
 2160   assert(Line.MightBeFunctionDecl);
 2193   bool InFunctionDecl = Line.MightBeFunctionDecl;
 2437     return Line.MightBeFunctionDecl ? 50 : 500;
 2572     if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) {
tools/clang/lib/Format/TokenAnnotator.h
  101     assert(MightBeFunctionDecl);