Home
last modified time | relevance | path

Searched defs:getCheckTraversalKind (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUniqueptrDeleteReleaseCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
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 DContainerSizeEmptyCheck.h36 std::optional<TraversalKind> getCheckTraversalKind() const override { getCheckTraversalKind() function
H A DSimplifySubscriptExprCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DContainerDataPointerCheck.h36 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DBracesAroundStatementsCheck.h56 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUppercaseLiteralSuffixCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUseStdMinMaxCheck.h32 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DFunctionCognitiveComplexityCheck.h39 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DStaticAccessedThroughInstanceCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
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
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.h26 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUnusedReturnValueCheck.h27 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DPointerArithmeticOnPolymorphicObjectCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DBranchCloneCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeStaticCastDowncastCheck.h30 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DProTypeConstCastCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDeleteCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DUseStartsEndsWithCheck.h31 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DTypeTraitsCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
H A DAvoidCArraysCheck.h29 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
H A DInlineFunctionDeclCheck.h37 std::optional<TraversalKind> getCheckTraversalKind() const override { in getCheckTraversalKind() function

1234