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.cpp268 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations()
279 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDeclarations()
471 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs()
478 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDefs()
574 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers()
583 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedMemberInitializers()
DParseDecl.cpp1130 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes()
1137 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedAttributes()
DParseDeclCXX.cpp3552 if (Victim->TopLevelClass) { in PopParsingClass()
/external/clang/include/clang/Parse/
DParser.h1059 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass()
1060 : TopLevelClass(TopLevelClass), TemplateScope(false), in ParsingClass()
1065 bool TopLevelClass : 1; member
1101 ParsingClassDefinition(Parser &P, Decl *TagOrTemplate, bool TopLevelClass, in ParsingClassDefinition() argument
1104 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) { in ParsingClassDefinition()
1177 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);