Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h605 const BlockDataRegion *getBlockRegion() const;
608 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
626 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp888 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
905 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
H A DExprEngineCallAndReturn.cpp540 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in inlineCall()