Home
last modified time | relevance | path

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

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