Home
last modified time | relevance | path

Searched refs:IsForcefullyCompleted (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h93 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
H A DClangASTImporter.cpp1120 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h259 bool IsForcefullyCompleted() const;
H A DTypeSystem.h217 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp99 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType
102 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp599 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h734 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp1811 meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()
9747 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang
9756 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp584 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()