Home
last modified time | relevance | path

Searched refs:OuterD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1335 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl() local
1336 if (!OuterD || OuterD->isInvalidDecl()) in getLVForLocalDecl()
1340 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) { in getLVForLocalDecl()
1347 const auto *FD = cast<FunctionDecl>(OuterD); in getLVForLocalDecl()