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

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

Completed in 249 milliseconds