Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7932 LastParameterListWasEmpty(lastParameterListWasEmpty) {}
7938 TemplateLoc(TemplateLoc), LastParameterListWasEmpty(false) {} in ParsedTemplateInfo()
7955 bool LastParameterListWasEmpty; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1742 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()