Home
last modified time | relevance | path

Searched refs:TypeQueryOptions (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h69 FLAGS_ENUM(TypeQueryOptions){ in FLAGS_ENUM() argument
83 LLDB_MARK_AS_BITMASK_ENUM(TypeQueryOptions) in LLDB_MARK_AS_BITMASK_ENUM() argument
140 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
162 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
182 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
201 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
293 TypeQueryOptions m_options; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp86 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery()
113 ConstString type_basename, TypeQueryOptions options) in TypeQuery()
123 TypeQueryOptions options) in TypeQuery()
129 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
1187 TypeQueryOptions::e_find_one); in FindDirectNestedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp92 TypeQueryOptions::e_exact_match | in GetTypeInfo()
93 TypeQueryOptions::e_find_one); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp603 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
608 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls()
609 TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
/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/API/
H A DSBModule.cpp442 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_find_one); in FindFirstType()
H A DSBTarget.cpp1808 TypeQueryOptions::e_find_one); in FindFirstType()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp459 TypeQueryOptions::e_find_one); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp168 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule()
169 TypeQueryOptions::e_find_one); in ParseTypeFromClangModule()
H A DSymbolFileDWARF.cpp2765 TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1565 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()