Searched refs:STCD (Results 1 – 1 of 1) sorted by relevance
1066 const Decl *STCD = STC->getDecl(); in getVarRegion() local1067 if (isa<FunctionDecl, ObjCMethodDecl>(STCD)) in getVarRegion()1069 getFunctionCodeRegion(cast<NamedDecl>(STCD))); in getVarRegion()1070 else if (const auto *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion()