Home
last modified time | relevance | path

Searched refs:DeclConst (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DConvertMemberFunctionsToStatic.cpp155 SourceRange DeclConst = getLocationOfConst( in check() local
159 if (DeclConst.isInvalid()) in check()
161 Diag << FixItHint::CreateRemoval(DeclConst); in check()