Searched refs:isArrayElement (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp110 if (Ptr.isArrayElement()) {
H A DInterpFrame.cpp94 F = F.isArrayElement() ? F.getArray().expand() : F.getBase();
H A DPointer.h214 bool isArrayElement() const { return Base != Offset; } function in class:clang::interp::Pointer

Completed in 114 milliseconds