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

/external/clang/lib/Parse/
H A DParseTemplate.cpp214 RecordDecl *AnonRecord = nullptr; local
220 AnonRecord);
221 assert(!AnonRecord &&
H A DParser.cpp890 RecordDecl *AnonRecord = nullptr; local
892 DS, AnonRecord);
894 if (AnonRecord) {
895 Decl* decls[] = {AnonRecord, TheDecl};
H A DParseDecl.cpp1564 RecordDecl *AnonRecord = nullptr; local
1566 DS, AnonRecord);
1568 if (AnonRecord) {
1569 Decl* decls[] = {AnonRecord, TheDecl};
3602 RecordDecl *AnonRecord = nullptr; local
3604 DS, AnonRecord);
3605 assert(!AnonRecord && "Did not expect anonymous struct or union here");
H A DParseDeclCXX.cpp2420 RecordDecl *AnonRecord = nullptr; local
2422 getCurScope(), AS, DS, TemplateParams, false, AnonRecord);
2424 if (AnonRecord) {
2425 Decl* decls[] = {AnonRecord, TheDecl};
/external/clang/lib/Sema/
H A DSemaDecl.cpp3715 RecordDecl *&AnonRecord) {
3717 AnonRecord);
3827 RecordDecl *&AnonRecord) {
3935 AnonRecord = Record;
4113 /// anonymous struct or union AnonRecord into the owning context Owner
4130 RecordDecl *AnonRecord, AccessSpecifier AS,
4135 for (auto *D : AnonRecord->decls()) {
4141 AnonRecord->isUnion())) {
3714 ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, RecordDecl *&AnonRecord) argument
3824 ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, DeclSpec &DS, MultiTemplateParamsArg TemplateParams, bool IsExplicitInstantiation, RecordDecl *&AnonRecord) argument
4129 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVectorImpl<NamedDecl *> &Chaining) argument
/external/clang/include/clang/Sema/
H A DSema.h1924 RecordDecl *&AnonRecord);
1928 RecordDecl *&AnonRecord);

Completed in 195 milliseconds