Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp90 static bool ReverseFindMatchingChars(const llvm::StringRef &s, in ReverseFindMatchingChars() function
155 if (ReverseFindMatchingChars(full, parens, arg_start, arg_end)) { in TrySimplifiedParse()