Searched defs:C23 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ | ||
H A D | nolint.cpp | 79 class C23 { C23(int i); }; // NOLINT (some-other-check) class |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | LangStandard.h | 54 C23 = (1 << 4), global() enumerator |
H A D | AttributeCommonInfo.h | 114 static Form C23() { return AS_C23; } C23() function |
/llvm-project/clang/test/Misc/ | ||
H A D | diag-template-diffing-cxx11.cpp | 590 template <class T> using C23 = D23<T>; global() typedef |
/llvm-project/clang/utils/TableGen/ | ||
H A D | ClangAttrEmitter.cpp | 3755 CXX, C23; EmitClangAttrHasAttrImpl() local |