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

References

tools/clang/lib/Parse/ParseDecl.cpp
 1499     NamedDecl *ND  = dyn_cast<NamedDecl>(D);
 1500     RecordDecl *RD = dyn_cast_or_null<RecordDecl>(D->getDeclContext());
 1508       bool HasTemplateScope = EnterScope && D->isTemplateDecl();
 1511         Actions.ActOnReenterTemplateScope(Actions.CurScope, D);
 1514       bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate();
 1519         Actions.ActOnReenterFunctionContext(Actions.CurScope, D);