Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp207 const Pointer &ElemPointee = Ptr.atIndex(I).deref<Pointer>(); in collectBlocks() local
208 if (isUsefulPtr(ElemPointee) && !Blocks.contains(ElemPointee.block())) in collectBlocks()
209 collectBlocks(ElemPointee, Blocks); in collectBlocks()