Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h405 bool isArrayRoot() const { in isArrayRoot() function
684 if (isArrayRoot()) in deref()
H A DPointer.cpp218 if (Ptr.isArrayRoot()) { in toAPValue()