Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i202 ) lldb::SBType::IsAnonymousType;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h169 bool IsAnonymousType();
/src/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()
/src/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.cpp38 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
41 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h132 bool IsAnonymousType() const;
H A DTypeSystem.h157 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h641 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2796 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
/src/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68388 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()