Home
last modified time | relevance | path

Searched refs:AddModulesForCompileUnit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h80 virtual bool AddModulesForCompileUnit(CompileUnit &cu,
H A DClangModulesDeclVendor.cpp95 bool AddModulesForCompileUnit(CompileUnit &cu, ModuleVector &exported_modules,
417 bool ClangModulesDeclVendorImpl::AddModulesForCompileUnit( in AddModulesForCompileUnit() function in ClangModulesDeclVendorImpl
H A DClangExpressionSourceCode.cpp390 decl_vendor->AddModulesForCompileUnit( in GetText()
H A DClangUserExpression.cpp377 if (decl_vendor->AddModulesForCompileUnit(*sc.comp_unit, modules_for_macros, in SetupDeclVendor()