Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DCppModuleConfiguration.cpp40 static llvm::Regex libcpp_regex(R"regex(/c[+][+]/v[0-9]/)regex"); in analyzeFile() local
41 if (libcpp_regex.match(f.GetPath())) { in analyzeFile()