Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp463 bool MightBeFunctionType = !Contexts[Contexts.size() - 2].IsExpression; in parseParens() local
479 MightBeFunctionType = false; in parseParens()
485 MightBeFunctionType = true; in parseParens()
487 if (OpeningParen.isNot(TT_CppCastLParen) && MightBeFunctionType && in parseParens()