HomeSort by: relevance | last modified time | path
    Searched refs:MightBeFunctionDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
99 /// function declaration. Asserts MightBeFunctionDecl.
101 assert(MightBeFunctionDecl);
133 bool MightBeFunctionDecl;
TokenAnnotator.cpp 983 Line.MightBeFunctionDecl = true;
1592 // Line.MightBeFunctionDecl can only be true after the parentheses of a
1598 (!Line.MightBeFunctionDecl || Current.NestingLevel != 0)) {
1725 Line.MightBeFunctionDecl && Contexts.size() == 1) {
1726 // Line.MightBeFunctionDecl can only be true after the parentheses of a
2442 assert(Line.MightBeFunctionDecl);
2475 bool InFunctionDecl = Line.MightBeFunctionDecl;
2719 return Line.MightBeFunctionDecl ? 50 : 500;
2875 if (Left.is(tok::r_paren) && Line.MightBeFunctionDecl) {

Completed in 148 milliseconds