Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp121 while (Ptr.isField() || Ptr.isArrayElement()) { in toAPValue()
122 if (Ptr.isArrayElement()) { in toAPValue()
H A DInterpFrame.cpp138 F = F.isArrayElement() ? F.getArray().expand() : F.getBase(); in print()
H A DPointer.h282 bool isArrayElement() const { return inArray() && Base != Offset; } in isArrayElement() function