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.h585 bool MightBeFunctionDeclParen = false; member
H A DTokenAnnotator.cpp1565 Tok->MightBeFunctionDeclParen = true; in consumeToken()
5470 Line.mightBeFunctionDefinition() && Left.MightBeFunctionDeclParen && in mustBreakBefore()