reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/Encoding.h
   87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; }
   87 inline bool isOctDigit(char c) { return '0' <= c && c <= '7'; }