Searched defs:TagD (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclContextInternals.h | 190 NamedDecl *TagD = Vec.back(); in AddSubsequentDecl() local
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2607 Decl *TagD = 0; in ParsedFreeStandingDeclSpec() local 9053 void Sema::ActOnTagStartDefinition(Scope *S, Decl *TagD) { in ActOnTagStartDefinition() 9077 void Sema::ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, in ActOnStartCXXMemberDeclarations() 9112 void Sema::ActOnTagFinishDefinition(Scope *S, Decl *TagD, in ActOnTagFinishDefinition() 9151 void Sema::ActOnTagDefinitionError(Scope *S, Decl *TagD) { in ActOnTagDefinitionError() 9247 Decl *Sema::ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnField()
|
D | SemaDeclObjC.cpp | 3032 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, in ActOnDefs()
|
D | SemaTemplate.cpp | 6507 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, in ActOnExplicitInstantiation() local
|