Searched defs:TagD (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5142 Decl *TagD = nullptr; ParsedFreeStandingDeclSpec() local 18173 ActOnTagStartDefinition(Scope * S,Decl * TagD) ActOnTagStartDefinition() argument 18202 ActOnStartCXXMemberDeclarations(Scope * S,Decl * TagD,SourceLocation FinalLoc,bool IsFinalSpelledSealed,bool IsAbstract,SourceLocation LBraceLoc) ActOnStartCXXMemberDeclarations() argument 18244 ActOnTagFinishDefinition(Scope * S,Decl * TagD,SourceRange BraceRange) ActOnTagFinishDefinition() argument 18319 ActOnTagDefinitionError(Scope * S,Decl * TagD) ActOnTagDefinitionError() argument 18427 ActOnField(Scope * S,Decl * TagD,SourceLocation DeclStart,Declarator & D,Expr * BitfieldWidth) ActOnField() argument [all...] |
H A D | SemaDeclObjC.cpp | 5099 ActOnDefs(Scope * S,Decl * TagD,SourceLocation DeclStart,IdentifierInfo * ClassName,SmallVectorImpl<Decl * > & Decls) ActOnDefs() argument
|
H A D | SemaTemplate.cpp | 10486 Decl *TagD = ActOnTag(S, TagSpec, Sema::TUK_Reference, KWLoc, SS, Name, ActOnExplicitInstantiation() local
|