Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp70 static llvm::Regex libcpp_regex(R"regex(/c[+][+]/v[0-9]/)regex"); in analyzeFile() local
74 if (libcpp_regex.match(convert_to_slash(f.GetPath())) && in analyzeFile()