Home
last modified time | relevance | path

Searched defs:isLanguageVersionSupported (Results 1 – 25 of 195) sorted by relevance

12345678

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DStringviewNullptrCheck.h38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DDynamicStaticInitializersCheck.h21 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUnhandledSelfAssignmentCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.h23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DReplaceAutoPtrCheck.h44 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUseBoolLiteralsCheck.h23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DReplaceRandomShuffleCheck.h27 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUseEqualsDefaultCheck.h38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DForbiddenSubclassingCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DDefinitionsInHeadersCheck.h29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUseAnonymousNamespaceCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUniqueptrResetReleaseCheck.h32 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstructorInitCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DNoAutomaticMoveCheck.h22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DStringCompareCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DUseAnyOfAllOfCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DRedundantStringCStrCheck.h20 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DRedundantStringInitCheck.h22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidDoWhileCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DMisleadingCaptureDefaultByValueCheck.h29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DPreferMemberInitializerCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DCleanupCtadCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
H A DDurationDivisionCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DUnnamedNamespaceInHeaderCheck.h28 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function

12345678