Searched refs:isC2x (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h96 /// isC2x - Language is a superset of C2x.
97 bool isC2x() const { return Flags & C2x; } function in struct:clang::LangStandard
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2285 Opts.C2x = Std.isC2x();

Completed in 172 milliseconds