Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h1154 LastParameterListWasEmpty(lastParameterListWasEmpty) { }
1160 LastParameterListWasEmpty(false){ } in ParsedTemplateInfo()
1187 bool LastParameterListWasEmpty; member
/external/clang/lib/Parse/
DParseDeclCXX.cpp1413 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()