Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp421 sb_type = SBType(type_system->GetBuiltinTypeByName(name)); in FindFirstType()
460 CompilerType compiler_type = type_system->GetBuiltinTypeByName(name); in FindTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeSystem.cpp96 CompilerType TypeSystem::GetBuiltinTypeByName(const ConstString &name) { in GetBuiltinTypeByName() function in TypeSystem
H A DClangASTContext.cpp5739 CompilerType ClangASTContext::GetBuiltinTypeByName(const ConstString &name) { in GetBuiltinTypeByName() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h286 virtual CompilerType GetBuiltinTypeByName(const ConstString &name);
H A DClangASTContext.h752 CompilerType GetBuiltinTypeByName(const ConstString &name) override;