Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLangOptions

107   if (S.getLangOptions().CPlusPlus) {
614 if (SemaRef.getLangOptions().CPlusPlus ||
615 (SemaRef.getLangOptions().OpenCL &&
625 if (SemaRef.getLangOptions().CPlusPlus) {
644 if (SemaRef.getLangOptions().CPlusPlus) {
648 if (SemaRef.getLangOptions().OpenCL && initKind == 1) {
780 } else if (SemaRef.getLangOptions().CPlusPlus) {
843 if (!SemaRef.getLangOptions().OpenCL &&
882 if (!SemaRef.getLangOptions().CPlusPlus && !VerifyOnly)
907 SemaRef.getLangOptions().CPlusPlus0x ?
911 hadError = !SemaRef.getLangOptions().CPlusPlus0x;
1045 if (!SemaRef.getLangOptions().OpenCL) {
1280 } else if (SemaRef.getLangOptions().CPlusPlus) {
1635 << SemaRef.getLangOptions().CPlusPlus << CurrentObjectType;
1700 Corrected.getAsString(SemaRef.getLangOptions()));
1702 Corrected.getQuoted(SemaRef.getLangOptions()));
2245 if (getLangOptions().CPlusPlus)
2248 else if (!getLangOptions().C99)
2772 if (!S.getLangOptions().ObjCAutoRefCount) return;
2806 if (S.getLangOptions().CPlusPlus && DestType->isScalarType() &&
2824 !S.getLangOptions().CPlusPlus0x);
3169 if (!S.getLangOptions().CPlusPlus0x && !S.getLangOptions().MicrosoftExt)
3446 if (DestType->isRecordType() && S.getLangOptions().CPlusPlus) {
3456 if (DestType.isConstQualified() && S.getLangOptions().CPlusPlus) {
3868 if (!S.getLangOptions().CPlusPlus && Initializer &&
3890 bool allowObjCWritebackConversion = S.getLangOptions().ObjCAutoRefCount &&
3895 if (!S.getLangOptions().CPlusPlus) {
3908 assert(S.getLangOptions().CPlusPlus);
4539 if (S.getLangOptions().ObjCAutoRefCount &&
4684 !S.getLangOptions().CPlusPlus0x);
4808 S.getLangOptions().CPlusPlus &&
5212 !S.getLangOptions().CPlusPlus0x);
5448 S.getLangOptions().CPlusPlus0x && !S.getLangOptions().MicrosoftExt
5456 S.getLangOptions().CPlusPlus0x && !S.getLangOptions().MicrosoftExt
5474 OS << BT->getName(S.getLangOptions());