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

References

tools/clang/lib/Sema/SemaDecl.cpp
13569   if (FnBodyScope)
13570     PushDeclContext(FnBodyScope, FD);
13578   if (FnBodyScope) {
13588         PushOnScopeChains(NonParmDecl, FnBodyScope, /*AddToContext=*/false);
13594           PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false);
13604     if (Param->getIdentifier() && FnBodyScope) {
13605       CheckShadow(FnBodyScope, Param);
13607       PushOnScopeChains(Param, FnBodyScope);