Lines Matching refs:getLangOpts
563 if (!PP.getLangOpts().Half) break; in NumericLiteralParser()
605 if (PP.getLangOpts().MicrosoftExt) { in NumericLiteralParser()
644 if (*s == 'i' && PP.getLangOpts().CPlusPlus14) in NumericLiteralParser()
661 if (isValidUDSuffix(PP.getLangOpts(), UDSuffixBuf)) { in NumericLiteralParser()
810 << PP.getLangOpts().CPlusPlus << 1; in ParseNumberStartingWithZero()
833 if (!PP.getLangOpts().HexFloats) in ParseNumberStartingWithZero()
834 PP.Diag(TokLoc, PP.getLangOpts().CPlusPlus in ParseNumberStartingWithZero()
837 else if (PP.getLangOpts().CPlusPlus1z) in ParseNumberStartingWithZero()
842 << PP.getLangOpts().CPlusPlus << 0; in ParseNumberStartingWithZero()
852 PP.getLangOpts().CPlusPlus14 in ParseNumberStartingWithZero()
854 : PP.getLangOpts().CPlusPlus in ParseNumberStartingWithZero()
1143 &PP.getDiagnostics(), PP.getLangOpts(), true)) { in CharLiteralParser()
1157 CharWidth, &PP.getDiagnostics(), PP.getLangOpts()); in CharLiteralParser()
1207 PP.getLangOpts().CharIsSigned) in CharLiteralParser()
1268 : SM(PP.getSourceManager()), Features(PP.getLangOpts()), in StringLiteralParser()