Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp319 bool ProbablyFunctionType = in parseParens() local
348 ProbablyFunctionType = true; in parseParens()
354 if (MightBeFunctionType && ProbablyFunctionType && CurrentToken->Next && in parseParens()