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.h90 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
H A DClangASTImporter.cpp868 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h258 bool IsForcefullyCompleted() const;
H A DTypeSystem.h211 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp97 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType
100 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp498 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h726 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp1840 if (meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()
9607 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang
9617 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp547 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()