Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProBoundsConstantArrayIndexCheck.cpp21 ProBoundsConstantArrayIndexCheck::ProBoundsConstantArrayIndexCheck( in ProBoundsConstantArrayIndexCheck() function in clang::tidy::cppcoreguidelines::ProBoundsConstantArrayIndexCheck
28 void ProBoundsConstantArrayIndexCheck::storeOptions( in storeOptions()
34 void ProBoundsConstantArrayIndexCheck::registerPPCallbacks( in registerPPCallbacks()
39 void ProBoundsConstantArrayIndexCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
59 void ProBoundsConstantArrayIndexCheck::check( in check()
H A DProBoundsConstantArrayIndexCheck.h24 class ProBoundsConstantArrayIndexCheck : public ClangTidyCheck {
29 ProBoundsConstantArrayIndexCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt18 ProBoundsConstantArrayIndexCheck.cpp
H A DCppCoreGuidelinesTidyModule.cpp75 CheckFactories.registerCheck<ProBoundsConstantArrayIndexCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DBUILD.gn30 "ProBoundsConstantArrayIndexCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1033 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
1034 clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h