Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h584 const BlockDataRegion *getBlockRegion() const;
587 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
605 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp882 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
899 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
H A DExprEngineCallAndReturn.cpp441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_MAP_WITH_PROGRAMSTATE()