Home
last modified time | relevance | path

Searched refs:TopLevelClass (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Dfuncsig.cpp13 struct TopLevelClass { struct
16 void TopLevelClass::topLevelMethod(int *, char) { in topLevelMethod()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp275 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations()
286 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDeclarations()
478 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs()
485 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDefs()
583 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers()
592 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedMemberInitializers()
DParseDecl.cpp1161 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes()
1168 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedAttributes()
DParseDeclCXX.cpp3577 if (Victim->TopLevelClass) { in PopParsingClass()
/external/clang/include/clang/Parse/
DParser.h1081 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass()
1082 : TopLevelClass(TopLevelClass), TemplateScope(false), in ParsingClass()
1087 bool TopLevelClass : 1; member
1123 ParsingClassDefinition(Parser &P, Decl *TagOrTemplate, bool TopLevelClass, in ParsingClassDefinition() argument
1126 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) { in ParsingClassDefinition()
1199 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);