Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h584 const BlockDataRegion *getBlockRegion() const;
587 const BlockDataRegion *BR = getBlockRegion(); in getDecl()
605 const BlockDataRegion *BR = getBlockRegion(); in getRegionStoringCapturedLambda()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp848 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
865 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
DExprEngineCallAndReturn.cpp542 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in inlineCall()