| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | DeclVendor.h | 53 virtual uint32_t FindDecls(const ConstString &name, bool append,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.h | 26 uint32_t FindDecls(const ConstString &name, bool append, uint32_t max_matches,
|
| H A D | AppleObjCTypeEncodingParser.cpp | 254 decl_vendor->FindDecls(ConstString(name), append, max_matches, decls); in BuildObjCObjectPointerType()
|
| H A D | AppleObjCDeclVendor.cpp | 551 AppleObjCDeclVendor::FindDecls(const ConstString &name, bool append, in FindDecls() function in AppleObjCDeclVendor
|
| H A D | AppleObjCRuntimeV2.cpp | 449 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 D | ClangASTSource.cpp | 903 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 D | ClangModulesDeclVendor.cpp | 79 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 D | ClangExpressionDeclMap.cpp | 1259 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 D | ObjCLanguage.cpp | 952 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 D | SBTarget.cpp | 1817 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()
|