Home
last modified time | relevance | path

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

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