Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getLangOpts

1210     if (Context.getLangOpts().ImplicitModules) {
1300 const LangOptions &LangOpts = Context.getLangOpts();
1474 PP.getLangOpts().Modules);
3146 NeedDecls(!IsModule || !Writer.getLangOpts().CPlusPlus),
3246 Writer.getDeclID(getDeclForLocalLookup(PP.getLangOpts(), *D)));
3270 (getLangOpts().CPlusPlus && IsModule) ? &InterestingIdents : nullptr);
3374 Writer.GetDeclRef(getDeclForLocalLookup(Writer.getLangOpts(), D)));
3486 if (!getDeclForLocalLookup(getLangOpts(), D)->isFromASTFile())
3734 if (DC->isTranslationUnit() && !Context.getLangOpts().CPlusPlus)
3792 if (!SemaRef.Context.getLangOpts().OpenCL)
4053 const LangOptions &ASTWriter::getLangOpts() const {
4055 return Context->getLangOpts();
4317 if (!WritingModule || !getLangOpts().CPlusPlus) {