Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i202 ) lldb::SBType::IsAnonymousType;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h169 bool IsAnonymousType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp277 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType
282 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
H A DCompilerType.cpp40 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
43 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h133 bool IsAnonymousType() const;
H A DTypeSystem.h157 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h641 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2838 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp663 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in LegacyGetValueForVariableExpressionPath()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69656 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()