Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp141 bool MightBeFunctionType = CurrentToken->is(tok::star); in parseParens() local
166 MightBeFunctionType = true; in parseParens()
170 if (MightBeFunctionType && CurrentToken->Next && in parseParens()