Home | History | Annotate | Download | only in AST

Lines Matching refs:getLangOptions

59   if (!Ctx.getLangOptions().CPlusPlus) {
93 const LangOptions &Lang = Ctx.getLangOptions();
128 return Ctx.getLangOptions().CPlusPlus? Cl::CL_ClassTemporary
382 (Ctx.getLangOptions().CPlusPlus &&
393 if (!Ctx.getLangOptions().CPlusPlus) return Cl::CL_PRValue;
414 if (!Ctx.getLangOptions().CPlusPlus) {
466 assert(Ctx.getLangOptions().CPlusPlus &&
502 assert(Ctx.getLangOptions().CPlusPlus &&
541 if (Ctx.getLangOptions().CPlusPlus && E->getType()->isFunctionType())
574 !Ctx.getLangOptions().CPlusPlus) &&