Searched refs:acceptsLangOpts (Results 1 – 3 of 3) sorted by relevance
191 if (getInfo().acceptsLangOpts(S.getLangOpts())) in diagnoseLangOpts()
4545 if (!A.acceptsLangOpts(getLangOpts())) in CodeCompleteAttribute()
118 virtual bool acceptsLangOpts(const LangOptions &LO) const { return true; } in acceptsLangOpts() function