Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2844 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass()
2845 : TopLevelClass(TopLevelClass), IsInterface(IsInterface), in ParsingClass()
2853 bool IsInterface : 1; member
2882 bool IsInterface) in ParsingClassDefinition() argument
2884 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) { in ParsingClassDefinition()
3123 void ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, bool IsInterface,
3813 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2438 bool IsInterface, in ParseOptionalCXX11VirtSpecifierSeq() argument
2461 if (IsInterface && (Specifier == VirtSpecifiers::VS_Final || in ParseOptionalCXX11VirtSpecifierSeq()
2589 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2618 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
3566 if (getCurrentClass().IsInterface) { in ParseCXXMemberSpecification()
4254 bool IsInterface) { in PushParsingClass() argument
4257 ClassStack.push(new ParsingClass(ClassDecl, NonNestedClass, IsInterface)); in PushParsingClass()