Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h80 virtual bool AddModulesForCompileUnit(CompileUnit &cu,
H A DClangModulesDeclVendor.cpp104 bool AddModulesForCompileUnit(CompileUnit &cu, ModuleVector &exported_modules,
428 bool ClangModulesDeclVendorImpl::AddModulesForCompileUnit( in AddModulesForCompileUnit() function in ClangModulesDeclVendorImpl
H A DClangExpressionSourceCode.cpp378 decl_vendor->AddModulesForCompileUnit( in GetText()
H A DClangUserExpression.cpp379 if (decl_vendor->AddModulesForCompileUnit(*sc.comp_unit, modules_for_macros, in SetupDeclVendor()