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.cpp265 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations()
276 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDeclarations()
378 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs()
385 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDefs()
479 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers()
488 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedMemberInitializers()
DParseDecl.cpp1011 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes()
1018 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedAttributes()
DParseDeclCXX.cpp3132 if (Victim->TopLevelClass) { in PopParsingClass()
/external/clang/include/clang/Parse/
DParser.h1048 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface) in ParsingClass()
1049 : TopLevelClass(TopLevelClass), TemplateScope(false), in ParsingClass()
1054 bool TopLevelClass : 1; member
1090 ParsingClassDefinition(Parser &P, Decl *TagOrTemplate, bool TopLevelClass, in ParsingClassDefinition() argument
1093 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) { in ParsingClassDefinition()
1165 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);