Home
last modified time | relevance | path

Searched refs:AnonRecord (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DParseTemplate.cpp214 RecordDecl *AnonRecord = nullptr; in ParseSingleDeclarationAfterTemplate() local
220 AnonRecord); in ParseSingleDeclarationAfterTemplate()
221 assert(!AnonRecord && in ParseSingleDeclarationAfterTemplate()
DParser.cpp890 RecordDecl *AnonRecord = nullptr; in ParseDeclOrFunctionDefInternal() local
892 DS, AnonRecord); in ParseDeclOrFunctionDefInternal()
894 if (AnonRecord) { in ParseDeclOrFunctionDefInternal()
895 Decl* decls[] = {AnonRecord, TheDecl}; in ParseDeclOrFunctionDefInternal()
DParseDecl.cpp1564 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()
DParseDeclCXX.cpp2420 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/
DSemaDecl.cpp3715 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/
DSema.h1924 RecordDecl *&AnonRecord);
1928 RecordDecl *&AnonRecord);