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

References

tools/clang/lib/Lex/LiteralSupport.cpp
 1499       if (isAscii()) {
 1769   bool NoErrorOnBadEncoding = isAscii();
tools/clang/lib/Lex/PPDirectives.cpp
 1191     assert(Literal.isAscii() && "Didn't allow wide strings in");
 1341     assert(Literal.isAscii() && "Didn't allow wide strings in");
tools/clang/lib/Lex/Preprocessor.cpp
 1328   assert(Literal.isAscii() && "Didn't allow wide strings in");