Home
last modified time | relevance | path

Searched refs:TypeQuery (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h100 class TypeQuery { in LLDB_MARK_AS_BITMASK_ENUM()
102 TypeQuery() = delete; in LLDB_MARK_AS_BITMASK_ENUM()
144 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
165 TypeQuery(const CompilerDeclContext &decl_ctx, ConstString type_basename, in LLDB_MARK_AS_BITMASK_ENUM()
186 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
204 TypeQuery(const llvm::ArrayRef<lldb_private::CompilerContext> &context, in LLDB_MARK_AS_BITMASK_ENUM()
210 TypeQuery(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM()
214 TypeQuery &operator=(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM()
322 bool Done(const TypeQuery &query) const;
H A DSymbolFileOnDemand.h155 void FindTypes(const lldb_private::TypeQuery &query,
H A DSymbolFile.h317 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp92 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery() function in TypeQuery
114 TypeQuery::TypeQuery(const CompilerDeclContext &decl_ctx, in TypeQuery() function in TypeQuery
123 TypeQuery::TypeQuery( in TypeQuery() function in TypeQuery
131 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery() function in TypeQuery
138 ConstString TypeQuery::GetTypeBasename() const { in GetTypeBasename()
144 void TypeQuery::AddLanguage(LanguageType language) { in AddLanguage()
150 void TypeQuery::SetLanguages(LanguageSet languages) { in SetLanguages()
154 bool TypeQuery::ContextMatches( in ContextMatches()
171 bool TypeQuery::LanguageMatches(lldb::LanguageType language) const { in LanguageMatches()
188 bool TypeResults::Done(const TypeQuery &query) const { in Done()
H A DSymbolFileOnDemand.cpp434 void SymbolFileOnDemand::FindTypes(const TypeQuery &match, in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp208 TypeQuery query(item.second, name); in FindCompleteType()
236 TypeQuery query(CompilerDecl(m_clang_ast_context, (void *)decl)); in FindCompleteType()
602 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
607 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h378 void FindTypes(Module *search_first, const TypeQuery &query,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h122 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFileDWARF.h191 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFileDWARF.cpp2697 static bool UpdateCompilerContextForSimpleTemplateNames(TypeQuery &match) { in UpdateCompilerContextForSimpleTemplateNames()
2734 void SymbolFileDWARF::FindTypes(const TypeQuery &query, TypeResults &results) { in FindTypes()
2796 TypeQuery query_simple(query); in FindTypes()
2828 TypeQuery die_query(name.GetStringRef(), in FindTypes()
H A DSymbolFileDWARFDebugMap.cpp1239 void SymbolFileDWARFDebugMap::FindTypes(const TypeQuery &query, in FindTypes()
H A DDWARFASTParserClang.cpp170 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h143 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFileNativePDB.cpp1720 void SymbolFileNativePDB::FindTypes(const lldb_private::TypeQuery &query, in FindTypes()
1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp142 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match); in LookupInCompleteClassCache()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp468 TypeQuery query(key); in Find_Impl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp91 TypeQuery query(const_lookup_name.GetStringRef(), in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h266 class TypeQuery; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1521 void SymbolFilePDB::FindTypes(const lldb_private::TypeQuery &query, in FindTypes()
1565 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1819 TypeQuery query(const_typename.GetStringRef(), in FindFirstType()
1866 TypeQuery query(typename_cstr); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp587 void ModuleList::FindTypes(Module *search_first, const TypeQuery &query, in FindTypes()
H A DModule.cpp969 void Module::FindTypes(const TypeQuery &query, TypeResults &results) { in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1026 void SymbolFileCTF::FindTypes(const lldb_private::TypeQuery &match, in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp458 TypeQuery query(lookup_type_name.GetStringRef(), in DoExecute()
H A DCommandObjectTarget.cpp1673 TypeQuery query(name_cstr); in LookupTypeInModule()
1724 TypeQuery query(name_cstr); in LookupTypeHere()