Searched refs:OuterD (Results 1 – 1 of 1) sorted by relevance
1360 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl() local1361 if (!OuterD || OuterD->isInvalidDecl()) in getLVForLocalDecl()1365 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) { in getLVForLocalDecl()1372 const auto *FD = cast<FunctionDecl>(OuterD); in getLVForLocalDecl()