Home | History | Annotate | Download | only in Format

Lines Matching refs:MightBeFunctionDecl

434         Line.MightBeFunctionDecl = true;
737 // Line.MightBeFunctionDecl can only be true after the parentheses of a
740 if (isStartOfName(Current) && !Line.MightBeFunctionDecl) {
795 Line.MightBeFunctionDecl && Contexts.size() == 1) {
796 // Line.MightBeFunctionDecl can only be true after the parentheses of a
1251 bool InFunctionDecl = Line.MightBeFunctionDecl;
1411 return Line.MightBeFunctionDecl ? 50 : 500;