Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1028 const Decl *STCD = STC->getDecl(); in getVarRegion() local
1029 if (isa<FunctionDecl, ObjCMethodDecl>(STCD)) in getVarRegion()
1031 getFunctionCodeRegion(cast<NamedDecl>(STCD))); in getVarRegion()
1032 else if (const auto *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion()