Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp2123 bool SuppressName = false, in FormatFunctionParameter() argument
2132 if (Param->getIdentifier() && !ObjCMethodParam && !SuppressName) in FormatFunctionParameter()
2140 if (Param->getIdentifier() && !SuppressName) in FormatFunctionParameter()