Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1538 LastParameterListWasEmpty(lastParameterListWasEmpty) { }
1544 LastParameterListWasEmpty(false){ } in ParsedTemplateInfo()
1571 bool LastParameterListWasEmpty; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1736 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()