Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp526 static inline char findMatchingPunctuation(char c) { in findMatchingPunctuation() function
557 char EndPunct = findMatchingPunctuation(Str[Start]); in findEndOfWord()
572 else if (char SubEndPunct = findMatchingPunctuation(Str[End])) in findEndOfWord()