Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h352 CompilerType GetCompilerType() { return MaybeCalculateCompleteType(); } in GetCompilerType()
1085 virtual CompilerType MaybeCalculateCompleteType();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp246 CompilerType ValueObject::MaybeCalculateCompleteType() { in MaybeCalculateCompleteType() function in ValueObject