Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h68 FLAGS_ENUM(TypeQueryOptions){ in FLAGS_ENUM() argument
91 LLDB_MARK_AS_BITMASK_ENUM(TypeQueryOptions) in LLDB_MARK_AS_BITMASK_ENUM() argument
148 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
170 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
190 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
209 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
333 TypeQueryOptions m_options; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp91 TypeQueryOptions::e_exact_match | in GetTypeInfo()
92 TypeQueryOptions::e_strict_namespaces | in GetTypeInfo()
93 TypeQueryOptions::e_find_one); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp66 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery()
89 ConstString type_basename, TypeQueryOptions options) in TypeQuery()
99 TypeQueryOptions options) in TypeQuery()
105 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
/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.cpp1779 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.cpp263 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule()
264 TypeQueryOptions::e_find_one); in ParseTypeFromClangModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1550 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1733 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()