Home
last modified time | relevance | path

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

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