Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1047 const Decl *STCD = STC->getDecl(); in getVarRegion() local
1048 if (isa<FunctionDecl, ObjCMethodDecl>(STCD)) in getVarRegion()
1050 getFunctionCodeRegion(cast<NamedDecl>(STCD))); in getVarRegion()
1051 else if (const auto *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion()