Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp499 static RegularExpression g_source_file_regex(llvm::StringRef( in IsSourceImplementationFile() local
504 return g_source_file_regex.Execute(extension); in IsSourceImplementationFile()