Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h592 const BlockDataRegion *getBlockRegion() const;
595 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
613 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp830 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
847 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
H A DExprEngineCallAndReturn.cpp422 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_MAP_WITH_PROGRAMSTATE()