Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp1276 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl() local
1277 if (!OuterD || OuterD->isInvalidDecl()) in getLVForLocalDecl()
1281 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) { in getLVForLocalDecl()
1288 const auto *FD = cast<FunctionDecl>(OuterD); in getLVForLocalDecl()