Searched refs:AnonRecord (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 214 RecordDecl *AnonRecord = nullptr; in ParseSingleDeclarationAfterTemplate() local 220 AnonRecord); in ParseSingleDeclarationAfterTemplate() 221 assert(!AnonRecord && in ParseSingleDeclarationAfterTemplate()
|
D | Parser.cpp | 890 RecordDecl *AnonRecord = nullptr; in ParseDeclOrFunctionDefInternal() local 892 DS, AnonRecord); in ParseDeclOrFunctionDefInternal() 894 if (AnonRecord) { in ParseDeclOrFunctionDefInternal() 895 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal()
|
D | ParseDecl.cpp | 1564 RecordDecl *AnonRecord = nullptr; in ParseSimpleDeclaration() local 1566 DS, AnonRecord); in ParseSimpleDeclaration() 1568 if (AnonRecord) { in ParseSimpleDeclaration() 1569 Decl* decls[] = {AnonRecord, TheDecl}; in ParseSimpleDeclaration() 3602 RecordDecl *AnonRecord = nullptr; in ParseStructDeclaration() local 3604 DS, AnonRecord); in ParseStructDeclaration() 3605 assert(!AnonRecord && "Did not expect anonymous struct or union here"); in ParseStructDeclaration()
|
D | ParseDeclCXX.cpp | 2420 RecordDecl *AnonRecord = nullptr; in ParseCXXClassMemberDeclaration() local 2422 getCurScope(), AS, DS, TemplateParams, false, AnonRecord); in ParseCXXClassMemberDeclaration() 2424 if (AnonRecord) { in ParseCXXClassMemberDeclaration() 2425 Decl* decls[] = {AnonRecord, TheDecl}; in ParseCXXClassMemberDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 3715 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument 3717 AnonRecord); in ParsedFreeStandingDeclSpec() 3827 RecordDecl *&AnonRecord) { in ParsedFreeStandingDeclSpec() argument 3935 AnonRecord = Record; in ParsedFreeStandingDeclSpec() 4130 RecordDecl *AnonRecord, AccessSpecifier AS, in InjectAnonymousStructOrUnionMembers() argument 4135 for (auto *D : AnonRecord->decls()) { in InjectAnonymousStructOrUnionMembers() 4141 AnonRecord->isUnion())) { in InjectAnonymousStructOrUnionMembers()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1924 RecordDecl *&AnonRecord); 1928 RecordDecl *&AnonRecord);
|