Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2372 auto BadChar = llvm::find_if(Prefix, [](char C) { in checkVerifyPrefixes() local
2375 if (BadChar != Prefix.end() || !isLetter(Prefix[0])) { in checkVerifyPrefixes()