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

References

tools/clang/include/clang/Basic/CharInfo.h
   72   return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_SPACE)) != 0;
   89   return (InfoTable[c] & (CHAR_HORZ_WS|CHAR_VERT_WS|CHAR_SPACE)) != 0;
  142                           CHAR_DIGIT|CHAR_UNDER|CHAR_RAWDEL|CHAR_SPACE)) != 0;
tools/clang/lib/Basic/CharInfo.cpp
   34   CHAR_SPACE  , CHAR_RAWDEL , CHAR_RAWDEL , CHAR_RAWDEL ,
tools/clang/unittests/Basic/CharInfoTest.cpp
   18   EXPECT_EQ((unsigned)CHAR_SPACE,   InfoTable[(unsigned)' ']);