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.h73 FLAGS_ENUM(TypeQueryOptions){ in FLAGS_ENUM() argument
87 LLDB_MARK_AS_BITMASK_ENUM(TypeQueryOptions) in LLDB_MARK_AS_BITMASK_ENUM() argument
144 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
166 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
186 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
205 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM()
297 TypeQueryOptions m_options; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp92 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery()
115 ConstString type_basename, TypeQueryOptions options) in TypeQuery()
125 TypeQueryOptions options) in TypeQuery()
131 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
/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.cpp602 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
607 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls()
608 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/Commands/
H A DCommandObjectMemory.cpp459 TypeQueryOptions::e_find_one); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp170 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule()
171 TypeQueryOptions::e_find_one); in ParseTypeFromClangModule()
H A DSymbolFileDWARF.cpp2829 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/API/
H A DSBTarget.cpp1820 TypeQueryOptions::e_find_one); in FindFirstType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()