Home | History | Annotate | Download | only in AST

Lines Matching refs:getLangOptions

63     const LangOptions &getLangOpts() { return Ctx.getLangOptions(); }
2898 if (Ctx.getLangOptions().CPlusPlus0x) {
2941 if (Ctx.getLangOptions().CPlusPlus &&
3080 if (Ctx.getLangOptions().C99) {
3102 if (Ctx.getLangOptions().CPlusPlus0x && LHSResult.Val == 0) {
3183 bool TrueBranch = Ctx.getLangOptions().CPlusPlus0x
3187 if (!Ctx.getLangOptions().CPlusPlus0x || TrueBranch)
3190 if (!Ctx.getLangOptions().CPlusPlus0x || !TrueBranch)