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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i202 ) lldb::SBType::IsAnonymousType;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h138 bool IsAnonymousType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp259 bool SBType::IsAnonymousType() { function in class:SBType
264 return m_opaque_sp->GetCompilerType(true).IsAnonymousType();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h132 bool IsAnonymousType() const;
H A DTypeSystem.h152 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) {
H A DCompilerType.cpp38 bool CompilerType::IsAnonymousType() const { function in class:CompilerType
41 return type_system_sp->IsAnonymousType(m_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h634 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2788 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp602 if (!var_type->GetForwardCompilerType().IsAnonymousType())
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 480 milliseconds