Searched refs:MightBeFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Format/
H A DTokenAnnotator.h43 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
88 bool MightBeFunctionDecl; member in class:clang::format::AnnotatedLine
H A DTokenAnnotator.cpp434 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;

Completed in 297 milliseconds