Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp1189 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl() local
1190 if (!OuterD || OuterD->isInvalidDecl()) in getLVForLocalDecl()
1194 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) { in getLVForLocalDecl()
1201 const auto *FD = cast<FunctionDecl>(OuterD); in getLVForLocalDecl()
/external/llvm-project/clang/lib/AST/
DDecl.cpp1280 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl() local
1281 if (!OuterD || OuterD->isInvalidDecl()) in getLVForLocalDecl()
1285 if (const auto *BD = dyn_cast<BlockDecl>(OuterD)) { in getLVForLocalDecl()
1292 const auto *FD = cast<FunctionDecl>(OuterD); in getLVForLocalDecl()