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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1280 const Decl *OuterD = getOutermostFuncOrBlockContext(D); local
1281 if (!OuterD || OuterD->isInvalidDecl())
1285 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) {
1292 const auto *FD = cast<FunctionDecl>(OuterD);

Completed in 79 milliseconds