Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1484 LastParameterListWasEmpty(lastParameterListWasEmpty) { }
1490 LastParameterListWasEmpty(false){ } in ParsedTemplateInfo()
1517 bool LastParameterListWasEmpty; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1600 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()