/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UnhandledExceptionAtNewCheck.h | 25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | StringviewNullptrCheck.h | 38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | DynamicStaticInitializersCheck.h | 21 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UnhandledSelfAssignmentCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseTransparentFunctorsCheck.h | 23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | ReplaceAutoPtrCheck.h | 44 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UseBoolLiteralsCheck.h | 23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | ReplaceRandomShuffleCheck.h | 27 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UseEqualsDefaultCheck.h | 38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/objc/ |
H A D | ForbiddenSubclassingCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | DefinitionsInHeadersCheck.h | 29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UseAnonymousNamespaceCheck.h | 25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UniqueptrResetReleaseCheck.h | 32 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | MoveConstructorInitCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | NoAutomaticMoveCheck.h | 22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | StringCompareCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | UseAnyOfAllOfCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | RedundantStringCStrCheck.h | 20 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | RedundantStringInitCheck.h | 22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | AvoidDoWhileCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | MisleadingCaptureDefaultByValueCheck.h | 29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | PreferMemberInitializerCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | CleanupCtadCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
H A D | DurationDivisionCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | UnnamedNamespaceInHeaderCheck.h | 28 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported() function
|