Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h532 const BlockDataRegion *getBlockRegion() const;
535 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
553 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp588 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
605 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
DExprEngineCallAndReturn.cpp414 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()