Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp307 bool ProbablyFunctionType = in parseParens() local
336 ProbablyFunctionType = true; in parseParens()
342 if (MightBeFunctionType && ProbablyFunctionType && CurrentToken->Next && in parseParens()