Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dfuncsig.cpp13 struct TopLevelClass { struct
16 void TopLevelClass::topLevelMethod(int *, char) { in topLevelMethod()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp266 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations()
277 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDeclarations()
463 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs()
470 bool HasClassScope = !Class.TopLevelClass; in ParseLexedMethodDefs()
567 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers()
576 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedMemberInitializers()
H A DParseDecl.cpp1100 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes()
1107 bool AlreadyHasClassScope = Class.TopLevelClass; in ParseLexedAttributes()
H A DParseDeclCXX.cpp3339 if (Victim->TopLevelClass) { in PopParsingClass()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A 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);