Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h583 const BlockDataRegion *getBlockRegion() const;
586 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
604 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp812 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
829 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
H A DExprEngineCallAndReturn.cpp488 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in inlineCall()