Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangStandard.h104 bool isC2x() const { return Flags & C2x; } in isC2x() function
/openbsd/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp106 Opts.C2x = Std.isC2x(); in setLangDefaults()