Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp109 return Value::K_PtrOrObj; in ConvertQualTypeToKind()
125 if (ValueKind == K_PtrOrObj) { in Value()
230 assert(ValueKind == K_PtrOrObj); in getPtr()
H A DInterpreter.cpp890 if (VRef.getKind() == Value::K_PtrOrObj) { in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h108 K_PtrOrObj, enumerator
159 bool isPointerOrObjectType() const { return ValueKind == K_PtrOrObj; } in isPointerOrObjectType()