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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp457 return SBType(ts->GetBuiltinTypeByName(name));
498 if (CompilerType compiler_type = ts->GetBuiltinTypeByName(name))
H A DSBTarget.cpp1827 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename))
1876 type_system_sp->GetBuiltinTypeByName(const_typename))
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp113 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h307 virtual CompilerType GetBuiltinTypeByName(ConstString name);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h842 CompilerType GetBuiltinTypeByName(ConstString name) override;
H A DTypeSystemClang.cpp5405 CompilerType TypeSystemClang::GetBuiltinTypeByName(ConstString name) { function in class:TypeSystemClang

Completed in 150 milliseconds