Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls() function in ClangDeclVendor
24 uint32_t ret = FindDecls(name, /*append*/ false, max_matches, compiler_decls); in FindDecls()
H A DClangDeclVendor.h27 using DeclVendor::FindDecls;
29 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
H A DClangASTSource.cpp853 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInModules()
904 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInObjCRuntime()
1135 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1176 if (!clang_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1308 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1352 if (!clang_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
H A DClangModulesDeclVendor.cpp107 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
442 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls() function in ClangModulesDeclVendorImpl
H A DClangExpressionDeclMap.cpp1028 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in LookupInModulesDeclVendor()
1234 decl_vendor->FindDecls(name, false, UINT32_MAX, decls_from_modules); in LookupFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp22 if (FindDecls(name, /*append*/ true, max_matches, decls)) in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h51 virtual uint32_t FindDecls(ConstString name, bool append,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h30 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
H A DAppleObjCDeclVendor.cpp525 uint32_t AppleObjCDeclVendor::FindDecls(ConstString name, bool append, in FindDecls() function in AppleObjCDeclVendor