reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
282 for (Scope *S = getCurScope(); S; S = S->getParent()) { 282 for (Scope *S = getCurScope(); S; S = S->getParent()) { 282 for (Scope *S = getCurScope(); S; S = S->getParent()) { 283 if (S->isFunctionScope()) { 284 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity())) 288 if (S->isClassScope()) { 289 RD = cast<CXXRecordDecl>(S->getEntity());