Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h636 CanQualType locTy; variable
640 : CodeTextRegion(sreg, BlockCodeRegionKind), BD(bd), AC(ac), locTy(lTy) { in BlockCodeRegion()
652 return locTy; in getLocationType()
1581 CanQualType locTy,
H A DSValBuilder.h252 DefinedSVal getBlockPointer(const BlockDecl *block, CanQualType locTy,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp375 BlockCodeRegion::ProfileRegion(ID, BD, locTy, AC, superRegion); in Profile()
1197 MemRegionManager::getBlockCodeRegion(const BlockDecl *BD, CanQualType locTy, in getBlockCodeRegion() argument
1199 return getSubRegion<BlockCodeRegion>(BD, locTy, AC, getCodeRegion()); in getBlockCodeRegion()