Lines Matching defs:getLangOpts
1550 const LangOptions &LangOpts = Context.getLangOpts();
2870 (getLangOpts().CompilingPCH ||
2871 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule))))
3752 bool IsCPlusPlus = Writer.getLangOpts().CPlusPlus;
3770 Writer.getLangOpts().CPlusPlus);
3787 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus),
3872 getDeclForLocalLookup(PP.getLangOpts(), D)));
4001 getDeclForLocalLookup(Writer.getLangOpts(), D);
4135 auto *LocalD = getDeclForLocalLookup(Writer.getLangOpts(), D);
4417 if (DC->isTranslationUnit() && !Context.getLangOpts().CPlusPlus)
4476 if (!SemaRef.Context.getLangOpts().OpenCL)
4853 const LangOptions &ASTWriter::getLangOpts() const {
4855 return Context->getLangOpts();
5157 if (!WritingModule || !getLangOpts().CPlusPlus) {
6590 (Writer->Context->getLangOpts().ModulesDebugInfo ||