Home
last modified time | relevance | path

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

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