Searched refs:translateLocChar (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp13 static Optional<AlignStyle> translateLocChar(char C) { function
43 if (auto Loc = translateLocChar(Spec[1])) {
47 } else if (auto Loc = translateLocChar(Spec[0])) {

Completed in 85 milliseconds