Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeDocstrings.i202 ) lldb::SBType::IsAnonymousType;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h169 bool IsAnonymousType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp277 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType
282 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
HDCompilerType.cpp38 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
41 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h132 bool IsAnonymousType() const;
HDTypeSystem.h157 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h641 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
HDTypeSystemClang.cpp2796 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp68388 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()