Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp126 bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() function in TypeSystem
H A DCompilerType.cpp284 bool CompilerType::IsTemplateType() const { in IsTemplateType() function in CompilerType
287 return type_system_sp->IsTemplateType(m_type); in IsTemplateType()
H A DType.cpp504 bool Type::IsTemplateType() { in IsTemplateType() function in Type
505 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h192 bool IsTemplateType() const;
H A DType.h454 bool IsTemplateType();
H A DTypeSystem.h394 virtual bool IsTemplateType(lldb::opaque_compiler_type_t type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h922 bool IsTemplateType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp7182 bool TypeSystemClang::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2762 if (matching_type->IsTemplateType()) { in FindTypes()