Searched refs:isC11 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h90 /// isC11 - Language is a superset of C11.
91 bool isC11() const { return Flags & C11; } function in struct:clang::LangStandard
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2283 Opts.C11 = Std.isC11();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3758 << (TmpAttr.isC11() ? ExpectedVariableOrField

Completed in 144 milliseconds