Lines Matching refs:getLangOpts
182 assert(getLangOpts().CPlusPlus && "Only callable in C++"); in getCurrentInstantiationOf()
337 if (Context.getLangOpts().CPlusPlus11) in isAcceptableNestedNameSpecifier()
345 if (Context.getLangOpts().CPlusPlus11) in isAcceptableNestedNameSpecifier()
597 << &Identifier << getLangOpts().CPlusPlus in BuildCXXNestedNameSpecifier()
605 << &Identifier << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
612 if (Found.empty() && !ErrorRecoveryLookup && !getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
624 Name.getAsString() == Corrected.getAsString(getLangOpts()); in BuildCXXNestedNameSpecifier()
656 !getLangOpts().CPlusPlus11) { in BuildCXXNestedNameSpecifier()
793 if (getLangOpts().MSVCCompat) { in BuildCXXNestedNameSpecifier()
809 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
812 << &Identifier << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
855 << T << getLangOpts().CPlusPlus; in ActOnCXXNestedNameSpecifierDecltype()