Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i341 ") IsAnonymousType;
343 IsAnonymousType ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h133 bool IsAnonymousType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp259 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType
264 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp68 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
H A DCompilerType.cpp39 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
42 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h137 bool IsAnonymousType() const;
H A DTypeSystem.h150 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h564 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2856 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp607 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()