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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp299 // MightBeFunctionType and ProbablyFunctionType are used for
306 bool MightBeFunctionType = !Contexts[Contexts.size() - 2].IsExpression; local
338 MightBeFunctionType = false;
342 if (MightBeFunctionType && ProbablyFunctionType && CurrentToken->Next &&

Completed in 206 milliseconds