Home
last modified time | relevance | path

Searched refs:MightBeFunctionDeclParen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h593 bool MightBeFunctionDeclParen = false; member
H A DTokenAnnotator.cpp1556 Tok->MightBeFunctionDeclParen = true; in consumeToken()
5608 Line.mightBeFunctionDefinition() && Left.MightBeFunctionDeclParen && in mustBreakBefore()