Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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(f.GetPath()) && in analyzeFile()