Home
last modified time | relevance | path

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

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