Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp813 const Decl *STCD = STC->getDecl(); in getVarRegion() local
814 if (isa<FunctionDecl>(STCD) || isa<ObjCMethodDecl>(STCD)) in getVarRegion()
816 getFunctionTextRegion(cast<NamedDecl>(STCD))); in getVarRegion()
817 else if (const BlockDecl *BD = dyn_cast<BlockDecl>(STCD)) { in getVarRegion()