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.cpp271 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations()
282 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDeclarations()
474 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs()
481 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDefs()
577 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers()
586 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedMemberInitializers()
DParseDecl.cpp1100 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes()
1107 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedAttributes()
DParseDeclCXX.cpp3473 if (Victim->TopLevelClass) { in PopParsingClass()
/external/clang/include/clang/Parse/
DParser.h1037 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass()
1038 : TopLevelClass(TopLevelClass), TemplateScope(false), in ParsingClass()
1043 bool TopLevelClass : 1; member
1079 ParsingClassDefinition(Parser &P, Decl *TagOrTemplate, bool TopLevelClass, in ParsingClassDefinition() argument
1082 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) { in ParsingClassDefinition()
1155 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);