Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp158 bool MightBeFunctionType = CurrentToken->isOneOf(tok::star, tok::amp); in parseParens() local
185 MightBeFunctionType = true; in parseParens()
189 if (MightBeFunctionType && CurrentToken->Next && in parseParens()