Home
last modified time | relevance | path

Searched refs:GetBuiltinTypeByName (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp457 return SBType(ts->GetBuiltinTypeByName(name)); in FindFirstType()
498 if (CompilerType compiler_type = ts->GetBuiltinTypeByName(name)) in FindTypes()
H A DSBTarget.cpp1839 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1888 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp118 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h325 virtual CompilerType GetBuiltinTypeByName(ConstString name);
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h857 CompilerType GetBuiltinTypeByName(ConstString name) override;
H A DTypeSystemClang.cpp5492 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystemClang