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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2241 unsigned TagType, Decl *TagDecl) {
2247 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc,
2278 ParsingClassDefinition ParsingDef(*this, TagDecl, NonNestedClass);
2280 if (TagDecl)
2281 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
2296 ParseBaseClause(TagDecl);
2301 if (TagDecl)
2302 Actions.ActOnTagDefinitionError(getCurScope(), TagDecl); local
2311 if (TagDecl)
2312 Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLo local
2240 ParseCXXMemberSpecification(SourceLocation RecordLoc, unsigned TagType, Decl *TagDecl) argument
2402 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, local
2430 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, local
[all...]
H A DParseDecl.cpp2917 unsigned TagType, Decl *TagDecl) {
2918 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc,
2926 Actions.ActOnTagStartDefinition(getCurScope(), TagDecl); local
2950 Decl *TagDecl; member in struct:CFieldCallback
2953 CFieldCallback(Parser &P, Decl *TagDecl, argument
2955 P(P), TagDecl(TagDecl), FieldDecls(FieldDecls) {}
2958 // Install the declarator into the current TagDecl.
2959 Decl *Field = P.Actions.ActOnField(P.getCurScope(), TagDecl,
2965 } Callback(*this, TagDecl, FieldDecl
2916 ParseStructUnionBody(SourceLocation RecordLoc, unsigned TagType, Decl *TagDecl) argument
2985 Actions.ActOnDefs(getCurScope(), TagDecl, Tok.getLocation(), local
3013 RecordLoc, TagDecl, FieldDecls, local
3017 Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, local
3315 Decl *TagDecl = Actions.ActOnTag(getCurScope(), DeclSpec::TST_enum, TUK, local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp796 if (cast<TagDecl>(*DclIt)->isThisDeclarationADefinition()) {
4754 Decl *TagDecl,
4758 if (!TagDecl)
4761 AdjustDeclIfTemplate(TagDecl);
4771 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
4777 dyn_cast_or_null<CXXRecordDecl>(TagDecl));
5994 (isa<TagDecl>(D) ? Tag : NonTag) = D;
6033 if (isa<TagDecl>(Target)) {
10821 for (TagDecl::redecl_iterator R = Class->redecls_begin(),
4753 ActOnFinishCXXMemberSpecification(Scope* S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac, SourceLocation RBrac, AttributeList *AttrList) argument

Completed in 164 milliseconds