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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp138 if (Desc->isPrimitiveArray()) {
157 if (Desc->isPrimitiveArray()) {
H A DDescriptor.h144 bool isPrimitiveArray() const { return IsArray && !ElemDesc; } function in struct:clang::interp::Descriptor
H A DPointer.h208 bool inPrimitiveArray() const { return getFieldDesc()->isPrimitiveArray(); }

Completed in 184 milliseconds