Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp306 bool MightBeFunctionType = !Contexts[Contexts.size() - 2].IsExpression; in parseParens() local
338 MightBeFunctionType = false; in parseParens()
342 if (MightBeFunctionType && ProbablyFunctionType && CurrentToken->Next && in parseParens()