Home
last modified time | relevance | path

Searched refs:has_modules (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Lexer/
H A Dhas_feature_modules.m10 int has_modules(); function
15 // CHECK-HAS-MODULES: has_modules
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp626 bool has_modules = containingModules && containingModules->GetSize() > 0; in CreateScriptedBreakpoint() local
628 if (has_files && has_modules) { in CreateScriptedBreakpoint()
634 } else if (has_modules) { in CreateScriptedBreakpoint()