Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Format/
HDTokenAnnotator.cpp113 bool MightBeFunctionType = CurrentToken->is(tok::star); in parseParens() local
138 MightBeFunctionType = true; in parseParens()
140 if (MightBeFunctionType && CurrentToken->Next && in parseParens()