Searched refs:hasPointers (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/AST/Interp/ | ||
D | InterpState.cpp | 59 if (B->hasPointers()) { in deallocate() |
D | InterpBlock.h | 51 bool hasPointers() const { return Pointers; } in hasPointers() function |