Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h104 class TypeQuery { in LLDB_MARK_AS_BITMASK_ENUM()
106 TypeQuery() = delete; in LLDB_MARK_AS_BITMASK_ENUM()
148 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
169 TypeQuery(const CompilerDeclContext &decl_ctx, ConstString type_basename, in LLDB_MARK_AS_BITMASK_ENUM()
190 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
208 TypeQuery(const llvm::ArrayRef<lldb_private::CompilerContext> &context, in LLDB_MARK_AS_BITMASK_ENUM()
214 TypeQuery(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM()
218 TypeQuery &operator=(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM()
358 bool Done(const TypeQuery &query) const;
H A DSymbolFileOnDemand.h155 void FindTypes(const lldb_private::TypeQuery &query,
H A DSymbolFile.h325 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp66 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery() function in TypeQuery
88 TypeQuery::TypeQuery(const CompilerDeclContext &decl_ctx, in TypeQuery() function in TypeQuery
97 TypeQuery::TypeQuery( in TypeQuery() function in TypeQuery
105 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery() function in TypeQuery
112 ConstString TypeQuery::GetTypeBasename() const { in GetTypeBasename()
118 void TypeQuery::AddLanguage(LanguageType language) { in AddLanguage()
124 void TypeQuery::SetLanguages(LanguageSet languages) { in SetLanguages()
128 bool TypeQuery::ContextMatches( in ContextMatches()
182 bool TypeQuery::LanguageMatches(lldb::LanguageType language) const { in LanguageMatches()
199 bool TypeResults::Done(const TypeQuery &query) const { in Done()
H A DSymbolFileOnDemand.cpp435 void SymbolFileOnDemand::FindTypes(const TypeQuery &match, in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h72 GetTypesWithQuery(TypeQuery &query,
138 ProcessTypeDIEMatchQuery(TypeQuery &query, DWARFDIE die,
H A DDebugNamesDWARFIndex.h56 GetTypesWithQuery(TypeQuery &query,
155 GetTypeQueryParentContexts(TypeQuery &query);
H A DDWARFIndex.cpp131 TypeQuery &query, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetTypesWithQuery()
138 TypeQuery &query, DWARFDIE die, in ProcessTypeDIEMatchQuery()
H A DDebugNamesDWARFIndex.cpp499 DebugNamesDWARFIndex::GetTypeQueryParentContexts(TypeQuery &query) { in GetTypeQueryParentContexts()
521 TypeQuery &query, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetTypesWithQuery()
H A DSymbolFileDWARFDebugMap.h122 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFileDWARF.h190 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFileDWARF.cpp2632 static bool UpdateCompilerContextForSimpleTemplateNames(TypeQuery &match) { in UpdateCompilerContextForSimpleTemplateNames()
2669 void SymbolFileDWARF::FindTypes(const TypeQuery &query, TypeResults &results) { in FindTypes()
2686 TypeQuery query_full(query); in FindTypes()
2730 TypeQuery query_simple(query); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp209 TypeQuery query(item.second, name); in FindCompleteType()
237 TypeQuery query(CompilerDecl(m_clang_ast_context, (void *)decl)); in FindCompleteType()
603 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
608 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp168 TypeQuery query(m_enum_type.GetStringRef()); in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp442 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_find_one); in FindFirstType()
487 TypeQuery query(type); in FindTypes()
H A DSBTarget.cpp1778 TypeQuery query(const_typename.GetStringRef(), in FindFirstType()
1823 TypeQuery query(typename_cstr); in FindTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h379 void FindTypes(Module *search_first, const TypeQuery &query,
H A DModule.h437 void FindTypes(const TypeQuery &query, TypeResults &results);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h137 void FindTypes(const lldb_private::TypeQuery &match,
H A DSymbolFilePDB.cpp1506 void SymbolFilePDB::FindTypes(const lldb_private::TypeQuery &query, in FindTypes()
1550 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h143 void FindTypes(const lldb_private::TypeQuery &match,
/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.cpp90 TypeQuery query(const_lookup_name.GetStringRef(), in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h271 class TypeQuery; variable

12