Searched refs:modules_decl_vendor (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 109 DeclVendor *modules_decl_vendor = in InstallASTContext() local 112 if (!modules_decl_vendor) in InstallASTContext() 115 sources.push_back(modules_decl_vendor->GetImporterSource()); in InstallASTContext() 897 if (ClangModulesDeclVendor *modules_decl_vendor = in FindExternalVisibleDecls() local 903 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls() 1368 if (ClangModulesDeclVendor *modules_decl_vendor = in FindObjCMethodDecls() local 1375 if (!modules_decl_vendor->FindDecls(interface_name, append, max_matches, in FindObjCMethodDecls() 1551 ClangModulesDeclVendor *modules_decl_vendor = in FindObjCPropertyAndIvarDecls() local 1554 if (!modules_decl_vendor) in FindObjCPropertyAndIvarDecls() 1561 if (!modules_decl_vendor->FindDecls(class_name, append, max_matches, decls)) in FindObjCPropertyAndIvarDecls()
|
| H A D | ClangExpressionDeclMap.cpp | 1464 if (ClangModulesDeclVendor *modules_decl_vendor = in FindExternalVisibleDecls() local 1470 if (!modules_decl_vendor->FindDecls(name, append, max_matches, decls)) in FindExternalVisibleDecls()
|