Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLangOptions

190   assert(getLangOptions().CPlusPlus && "Only callable in C++");
278 (Context.getLangOptions().CPlusPlus0x &&
282 (Context.getLangOptions().CPlusPlus0x && isa<EnumDecl>(SD)))
487 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
488 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions()));
634 if (getLangOptions().MicrosoftExt) {