reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 3170     if (auto *TD = dyn_cast_or_null<NamedDecl>(TagDecl))
 3175   PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc,
 3191             << (isa<NamedDecl>(TagDecl)
 3192                   ? cast<NamedDecl>(TagDecl)->getQualifiedNameAsString()
 3209   ParsingClassDefinition ParsingDef(*this, TagDecl, NonNestedClass,
 3212   if (TagDecl)
 3213     Actions.ActOnTagStartDefinition(getCurScope(), TagDecl);
 3255       if (TagDecl)
 3256         Actions.ActOnTagDefinitionError(getCurScope(), TagDecl);
 3265     ParseBaseClause(TagDecl);
 3299         if (TagDecl)
 3300           Actions.ActOnTagDefinitionError(getCurScope(), TagDecl);
 3310   if (TagDecl)
 3311     Actions.ActOnStartCXXMemberDeclarations(getCurScope(), TagDecl, FinalLoc,
 3325   if (TagDecl) {
 3331           CurAS, AccessAttrs, static_cast<DeclSpec::TST>(TagType), TagDecl);
 3342   if (TagDecl)
 3343     Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl,
 3352   if (TagDecl && NonNestedClass) {
 3370     Actions.ActOnFinishCXXNonNestedClass(TagDecl);
 3373   if (TagDecl)
 3374     Actions.ActOnTagFinishDefinition(getCurScope(), TagDecl, T.getRange());