reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) { 103 if (Ctx->isFunctionOrMethod() || (S && S->isFunctionPrototypeScope())) { 105 while (S->getEntity() && S->getEntity()->isTransparentContext()) 105 while (S->getEntity() && S->getEntity()->isTransparentContext()) 106 S = S->getParent(); 106 S = S->getParent(); 108 if (S->isDeclScope(D)) 123 assert(S->getParent() && "No TUScope?"); 124 if (S->getParent()->getFlags() & Scope::ControlScope) { 125 S = S->getParent(); 125 S = S->getParent(); 126 if (S->isDeclScope(D)) 129 if (S->getFlags() & Scope::FnTryCatchScope) 130 return S->getParent()->isDeclScope(D);