Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp120 bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() function in TypeSystem
H A DCompilerType.cpp264 bool CompilerType::IsTemplateType() const { in IsTemplateType() function in CompilerType
267 return type_system_sp->IsTemplateType(m_type); in IsTemplateType()
H A DType.cpp398 bool Type::IsTemplateType() { in IsTemplateType() function in Type
399 return GetForwardCompilerType().IsTemplateType(); in IsTemplateType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h197 bool IsTemplateType() const;
H A DType.h139 bool IsTemplateType();
H A DTypeSystem.h361 virtual bool IsTemplateType(lldb::opaque_compiler_type_t type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h829 bool IsTemplateType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp7154 bool TypeSystemClang::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2524 matching_type->IsTemplateType()) in FindTypes()