Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBModule.cpp465 sb_type = SBType(type_system_or_err->GetBuiltinTypeByName(name)); in FindFirstType()
511 type_system_or_err->GetBuiltinTypeByName(name); in FindTypes()
HDSBTarget.cpp1859 if (auto type = type_system->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1916 type_system->GetBuiltinTypeByName(const_typename)) in FindTypes()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeSystem.cpp116 CompilerType TypeSystem::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in TypeSystem
HDClangASTContext.cpp5055 CompilerType ClangASTContext::GetBuiltinTypeByName(ConstString name) { in GetBuiltinTypeByName() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeSystem.h276 virtual CompilerType GetBuiltinTypeByName(ConstString name);
HDClangASTContext.h676 CompilerType GetBuiltinTypeByName(ConstString name) override;