Home
last modified time | relevance | path

Searched defs:C17 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolint.cpp61 class C17 { C17(int i); }; // NOLINT(google-explicit-constructor): suppress check because <reason> class
/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h53 C17 = (1 << 3), global() enumerator