Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1500 LastParameterListWasEmpty(lastParameterListWasEmpty) { }
1506 LastParameterListWasEmpty(false){ } in ParsedTemplateInfo()
1533 bool LastParameterListWasEmpty; member
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1623 if (TemplateParams && TemplateInfo.LastParameterListWasEmpty) { in ParseClassSpecifier()