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

References

tools/clang/include/clang/Lex/LiteralSupport.h
  258   bool isPascal() const { return Pascal; }
tools/clang/lib/Lex/LiteralSupport.cpp
 1535   Pascal = false;
 1654           Pascal = true;
 1655         } else if (Pascal)
 1707   if (Pascal) {
tools/clang/lib/Lex/PPDirectives.cpp
 1196     if (Literal.Pascal) {
 1346     if (Literal.Pascal) {
tools/clang/lib/Lex/Preprocessor.cpp
 1333   if (Literal.Pascal) {
tools/clang/lib/Parse/ParseExprCXX.cpp
 2583     if (!Literal.GetString().empty() || Literal.Pascal) {
tools/clang/lib/Sema/SemaExpr.cpp
 1696                                              Kind, Literal.Pascal, StrTy,