Home
last modified time | relevance | path

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

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