Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
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()
DClangDeclVendor.h27 using DeclVendor::FindDecls;
29 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
DClangASTSource.cpp865 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInModules()
916 if (!clang_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindDeclInObjCRuntime()
1156 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1197 if (!clang_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls()
1329 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
1373 if (!clang_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
DClangModulesDeclVendor.cpp95 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
388 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls() function in ClangModulesDeclVendorImpl
DClangExpressionDeclMap.cpp1032 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in LookupInModulesDeclVendor()
1218 decl_vendor->FindDecls(name, false, UINT32_MAX, decls_from_modules); in LookupFunction()
/external/llvm-project/lldb/source/Symbol/
DDeclVendor.cpp24 if (FindDecls(name, /*append*/ true, max_matches, decls)) in FindTypes()
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclVendor.h51 virtual uint32_t FindDecls(ConstString name, bool append,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.h30 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
DAppleObjCDeclVendor.cpp527 uint32_t AppleObjCDeclVendor::FindDecls(ConstString name, bool append, in FindDecls() function in AppleObjCDeclVendor