Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidNonConstGlobalVariablesCheck.cpp36 auto GlobalPointerToNonConst = in registerMatchers() local
43 Finder->addMatcher(GlobalPointerToNonConst.bind("indirection_to_non-const"), in registerMatchers()