Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpState.cpp59 if (B->hasPointers()) { in deallocate()
H A DInterpBlock.h49 bool hasPointers() const { return Pointers; } in hasPointers() function