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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h132 bool IsAnonymousType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h80 bool IsAnonymousType() const;
H A DTypeSystem.h139 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h479 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp267 bool SBType::IsAnonymousType() { function in class:SBType
268 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsAnonymousType);
272 return m_opaque_sp->GetCompilerType(true).IsAnonymousType();
927 LLDB_REGISTER_METHOD(bool, SBType, IsAnonymousType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp37 bool CompilerType::IsAnonymousType() const { function in class:CompilerType
39 return m_type_system->IsAnonymousType(m_type);
H A DTypeSystem.cpp73 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) {
H A DClangASTContext.cpp2559 bool ClangASTContext::IsAnonymousType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i221 IsAnonymousType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp586 if (!var_type->GetForwardCompilerType().IsAnonymousType())

Completed in 441 milliseconds