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