/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangDeclVendor.cpp | 17 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()
|
D | ClangDeclVendor.h | 27 using DeclVendor::FindDecls; 29 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
|
D | ClangASTSource.cpp | 865 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()
|
D | ClangModulesDeclVendor.cpp | 95 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches, 388 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls() function in ClangModulesDeclVendorImpl
|
D | ClangExpressionDeclMap.cpp | 1032 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/ |
D | DeclVendor.cpp | 24 if (FindDecls(name, /*append*/ true, max_matches, decls)) in FindTypes()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | DeclVendor.h | 51 virtual uint32_t FindDecls(ConstString name, bool append,
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCDeclVendor.h | 30 uint32_t FindDecls(ConstString name, bool append, uint32_t max_matches,
|
D | AppleObjCDeclVendor.cpp | 527 uint32_t AppleObjCDeclVendor::FindDecls(ConstString name, bool append, in FindDecls() function in AppleObjCDeclVendor
|