Searched defs:TagDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3003 SkipCXXMemberSpecification(SourceLocation RecordLoc, SourceLocation AttrFixitLoc, unsigned TagType, Decl *TagDecl) argument
3058 ParseCXXClassMemberDeclarationWithPragmas( AccessSpecifier &AS, ParsedAttributesWithRange &AccessAttrs, DeclSpec::TST TagType, Decl *TagDecl) argument
3167 ParseCXXMemberSpecification(SourceLocation RecordLoc, SourceLocation AttrFixitLoc, ParsedAttributesWithRange &Attrs, unsigned TagType, Decl *TagDecl) argument
3220 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
3263 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl); local
3307 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl); local
3318 Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLoc, local
3350 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, local
3382 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange()); local
[all...]
H A DParseDecl.cpp4225 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
4302 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), local
4330 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, local
4333 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange()); local
4638 Decl *TagDecl = Actions.ActOnTag( local
4214 ParseStructUnionBody(SourceLocation RecordLoc, DeclSpec::TST TagType, Decl *TagDecl) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4117 TagDecl::TagDecl(Kind DK, TagKind TK, const ASTContext &C, DeclContext *DC, function in class:TagDecl
[all...]

Completed in 194 milliseconds