Home
last modified time | relevance | path

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

/freebsd/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.cpp803 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInModules()
854 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInObjCRuntime()
1085 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1126 if (!clang_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1258 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1302 if (!clang_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
H A DClangModulesDeclVendor.cpp98 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
431 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls() function in ClangModulesDeclVendorImpl
H A DClangExpressionDeclMap.cpp1027 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in LookupInModulesDeclVendor()
1232 decl_vendor->FindDecls(name, false, UINT32_MAX, decls_from_modules); in LookupFunction()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp22 if (FindDecls(name, /*append*/ true, max_matches, decls)) in FindTypes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h51 virtual uint32_t FindDecls(ConstString name, bool append,
/freebsd/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