Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DStrToNumCheck.h21 class StrToNumCheck : public ClangTidyCheck {
23 StrToNumCheck(StringRef Name, ClangTidyContext *Context) in StrToNumCheck() function
H A DStrToNumCheck.cpp20 void StrToNumCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
178 void StrToNumCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt18 StrToNumCheck.cpp
H A DCERTTidyModule.cpp42 #include "StrToNumCheck.h"
302 CheckFactories.registerCheck<StrToNumCheck>("cert-err34-c"); in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/
H A DBUILD.gn29 "StrToNumCheck.cpp",