Home
last modified time | relevance | path

Searched refs:isC2y (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h111 bool isC2y() const { return Flags & C2y; } in isC2y() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp115 Opts.C2y = Std.isC2y(); in setLangDefaults()