Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h159 bool isPointerOrObjectType() const { return ValueKind == K_PtrOrObj; } in isPointerOrObjectType() function
178 if (V.isPointerOrObjectType()) in cast()
189 if (V.isPointerOrObjectType())
203 if (isPointerOrObjectType())