Home
last modified time | relevance | path

Searched refs:IsAnonymousType (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i341 ") IsAnonymousType;
343 IsAnonymousType ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp266 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType
267 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsAnonymousType); in IsAnonymousType()
271 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
955 LLDB_REGISTER_METHOD(bool, SBType, IsAnonymousType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h132 bool IsAnonymousType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp37 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
39 return m_type_system->IsAnonymousType(m_type); in IsAnonymousType()
H A DTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h85 bool IsAnonymousType() const;
H A DTypeSystem.h144 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h558 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2804 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp587 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58743 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()