Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp843 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
860 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
H A DExprEngineCallAndReturn.cpp441 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_MAP_WITH_PROGRAMSTATE()