Home
last modified time | relevance | path

Searched refs:getCheckTraversalKind (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMultiLevelImplicitPointerConversionCheck.h28 std::optional<TraversalKind> getCheckTraversalKind() const override;
H A DBranchCloneCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DCastingThroughVoidCheck.h25 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DSwitchMissingDefaultCaseCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DSuspiciousMemsetUsageCheck.h26 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DChainedComparisonCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DIncDecInConditionsCheck.h28 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DRedundantBranchConditionCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DThrowKeywordMissingCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUnusedRaiiCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DInaccurateEraseCheck.h32 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidNestedConditionalOperatorCheck.h26 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DNamedParameterCheck.h33 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DMathMissingParenthesesCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DDeleteNullPointerCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DReferenceToConstructedTemporaryCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override;
H A DEnumInitialValueCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DRedundantCastingCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUniqueptrDeleteReleaseCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DStaticDefinitionInAnonymousNamespaceCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.h34 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStartsEndsWithCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DReturnBracedInitListCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMissingStdForwardCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DAvoidEndlCheck.h33 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function

1234