Home
last modified time | relevance | path

Searched refs:acceptsLangOpts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h125 virtual bool acceptsLangOpts(const LangOptions &LO) const { return true; } in acceptsLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp177 if (getInfo().acceptsLangOpts(S.getLangOpts())) in diagnoseLangOpts()
H A DSemaCodeComplete.cpp4798 if (!A.acceptsLangOpts(getLangOpts())) in CodeCompleteAttribute()