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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclContextInternals.h236 NamedDecl *TagD = Vec.back(); local
238 Vec.push_back(TagD);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3199 Decl *TagD = 0; local
3206 TagD = DS.getRepAsDecl();
3208 if (!TagD) // We probably had an error
3214 if (isa<TagDecl>(TagD))
3215 Tag = cast<TagDecl>(TagD);
3216 else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(TagD))
3248 return TagD;
3256 if (TagD && !Tag)
3314 (TagD && TagD
11082 ActOnTagStartDefinition(Scope *S, Decl *TagD) argument
11106 ActOnStartCXXMemberDeclarations(Scope *S, Decl *TagD, SourceLocation FinalLoc, bool IsFinalSpelledSealed, SourceLocation LBraceLoc) argument
11143 ActOnTagFinishDefinition(Scope *S, Decl *TagD, SourceLocation RBraceLoc) argument
11187 ActOnTagDefinitionError(Scope *S, Decl *TagD) argument
11283 ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart, Declarator &D, Expr *BitfieldWidth) argument
[all...]
H A DSemaDeclObjC.cpp3329 void Sema::ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, argument
3349 RecordDecl *Record = dyn_cast<RecordDecl>(TagD);
3364 else if (RecordDecl *Record = dyn_cast<RecordDecl>(TagD))
H A DSemaTemplate.cpp7101 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, local
7108 if (!TagD)
7111 TagDecl *Tag = cast<TagDecl>(TagD);
7167 return TagD;
7207 return TagD;
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1685 void ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart,
1688 Decl *ActOnField(Scope *S, Decl *TagD, SourceLocation DeclStart,
1691 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
1695 MSPropertyDecl *HandleMSProperty(Scope *S, RecordDecl *TagD,

Completed in 211 milliseconds