Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeVarargCheck.h23 class ProTypeVarargCheck : public ClangTidyCheck {
25 ProTypeVarargCheck(StringRef Name, ClangTidyContext *Context) in ProTypeVarargCheck() function
DProTypeVarargCheck.cpp73 void ProTypeVarargCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
110 void ProTypeVarargCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt26 ProTypeVarargCheck.cpp
DCppCoreGuidelinesTidyModule.cpp90 CheckFactories.registerCheck<ProTypeVarargCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cppcoreguidelines/
DBUILD.gn38 "ProTypeVarargCheck.cpp",
/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DHICPPTidyModule.cpp108 CheckFactories.registerCheck<cppcoreguidelines::ProTypeVarargCheck>( in addCheckFactories()