Searched refs:BadChar (Results 1 – 1 of 1) sorted by relevance
2372 auto BadChar = llvm::find_if(Prefix, [](char C) { in checkVerifyPrefixes() local2375 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()