reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
721 return Top ? Top->CurScope : nullptr; 1232 Scope *TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; 1232 Scope *TopScope = I->CurScope ? I->CurScope->getParent() : nullptr;