Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLangOpts

55   Policy.Bool = Context.getLangOpts().Bool;
77 isMultiplexExternalSource(false), FPFeatures(pp.getLangOpts()),
78 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
116 if (getLangOpts().ObjC1)
119 if (getLangOpts().CPlusPlus)
170 if (getLangOpts().ObjC1) {
195 if (getLangOpts().MSVCCompat) {
196 if (getLangOpts().CPlusPlus &&
205 if (getLangOpts().OpenCL) {
214 if (getLangOpts().OpenCLVersion >= 200) {
1003 if (!AccessCheckingSFINAE && !getLangOpts().CPlusPlus11)