Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h127 bool IsAnonymousType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp212 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType
215 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp57 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
H A DCompilerType.cpp57 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType
59 return m_type_system->IsAnonymousType(m_type); in IsAnonymousType()
H A DClangASTContext.cpp2876 bool ClangASTContext::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in ClangASTContext
2892 return IsAnonymousType(llvm::cast<clang::AutoType>(qual_type) in IsAnonymousType()
2896 return IsAnonymousType(llvm::cast<clang::ElaboratedType>(qual_type) in IsAnonymousType()
2900 return IsAnonymousType(llvm::cast<clang::TypedefType>(qual_type) in IsAnonymousType()
2905 return IsAnonymousType( in IsAnonymousType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h84 bool IsAnonymousType() const;
H A DTypeSystem.h146 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h552 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp581 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()