Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclContextInternals.h190 NamedDecl *TagD = Vec.back(); in AddSubsequentDecl() local
192 Vec.push_back(TagD); in AddSubsequentDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp2607 Decl *TagD = 0; in ParsedFreeStandingDeclSpec() local
2614 TagD = DS.getRepAsDecl(); in ParsedFreeStandingDeclSpec()
2616 if (!TagD) // We probably had an error in ParsedFreeStandingDeclSpec()
2622 if (isa<TagDecl>(TagD)) in ParsedFreeStandingDeclSpec()
2623 Tag = cast<TagDecl>(TagD); in ParsedFreeStandingDeclSpec()
2624 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD)) in ParsedFreeStandingDeclSpec()
2655 return TagD; in ParsedFreeStandingDeclSpec()
2661 if (TagD && !Tag) in ParsedFreeStandingDeclSpec()
2712 if (DS.getTypeSpecType() == DeclSpec::TST_error) return TagD; in ParsedFreeStandingDeclSpec()
2732 if (emittedWarning || (TagD && TagD->isInvalidDecl())) in ParsedFreeStandingDeclSpec()
[all …]
DSemaDeclObjC.cpp3032 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs() argument
3052 RecordDecl *Record = dyn_cast<RecordDecl>(TagD); in ActOnDefs()
3067 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD)) in ActOnDefs()
DSemaTemplate.cpp6507 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
6514 if (!TagD) in ActOnExplicitInstantiation()
6517 TagDecl *Tag = cast<TagDecl>(TagD); in ActOnExplicitInstantiation()
6573 return TagD; in ActOnExplicitInstantiation()
6613 return TagD; in ActOnExplicitInstantiation()
/external/clang/include/clang/Sema/
DSema.h1433 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
1436 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
1439 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,