Home
last modified time | relevance | path

Searched refs:FindDecls (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclVendor.h53 virtual uint32_t FindDecls(const ConstString &name, bool append,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h26 uint32_t FindDecls(const ConstString &name, bool append, uint32_t max_matches,
H A DAppleObjCTypeEncodingParser.cpp254 decl_vendor->FindDecls(ConstString(name), append, max_matches, decls); in BuildObjCObjectPointerType()
H A DAppleObjCDeclVendor.cpp551 AppleObjCDeclVendor::FindDecls(const ConstString &name, bool append, in FindDecls() function in AppleObjCDeclVendor
H A DAppleObjCRuntimeV2.cpp449 if (vendor->FindDecls(class_name, false, 1, decls) && decls.size()) in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp903 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
963 if (!decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
1375 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1415 if (!decl_vendor->FindDecls(interface_name, append, max_matches, decls)) in FindObjCMethodDecls()
1561 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1606 if (!decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
H A DClangModulesDeclVendor.cpp79 uint32_t FindDecls(const ConstString &name, bool append, uint32_t max_matches,
326 ClangModulesDeclVendorImpl::FindDecls(const ConstString &name, bool append, in FindDecls() function in ClangModulesDeclVendorImpl
H A DClangExpressionDeclMap.cpp1259 decl_vendor->FindDecls(name, false, UINT32_MAX, decls_from_modules); in FindExternalVisibleDecls()
1470 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp952 decl_vendor->FindDecls(name, true, UINT32_MAX, decls); in GetTypeScavenger()
987 if (clang_modules_decl_vendor->FindDecls(key_cs, false, UINT32_MAX, in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1817 if (objc_decl_vendor->FindDecls(const_typename, true, 1, decls) > 0) { in FindFirstType()
1881 if (objc_decl_vendor->FindDecls(const_typename, true, 1, decls) > 0) { in FindTypes()