Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h352 CompilerType GetCompilerType() { return MaybeCalculateCompleteType(); } in GetCompilerType()
1006 virtual CompilerType MaybeCalculateCompleteType();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp247 CompilerType ValueObject::MaybeCalculateCompleteType() { in MaybeCalculateCompleteType() function in ValueObject