Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1038 LastParameterListWasEmpty(lastParameterListWasEmpty) { }
1044 LastParameterListWasEmpty(false){ } in ParsedTemplateInfo()
1071 bool LastParameterListWasEmpty; member
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp1256 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()