Home
last modified time | relevance | path

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

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