Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Duglify_attributes.cpp12 #include "uglify_attributes.hpp"
117 uglify_attributes::uglify_attributes(llvm::StringRef name, clang::tidy::ClangTidyContext* context) in getUglified()
120 void uglify_attributes::registerMatchers(clang::ast_matchers::MatchFinder* finder) { in getUglified()
125 void uglify_attributes::check(const clang::ast_matchers::MatchFinder::MatchResult& result) {
128 uglify_attributes::uglify_attributes(llvm::StringRef name, clang::tidy::ClangTidyContext* context) uglify_attributes() function in libcpp::uglify_attributes
H A Duglify_attributes.hpp12 class uglify_attributes : public clang::tidy::ClangTidyCheck { class
14 uglify_attributes(llvm::StringRef, clang::tidy::ClangTidyContext*);
H A Dlibcpp_module.cpp20 #include "uglify_attributes.hpp"
33 check_factories.registerCheck<libcpp::uglify_attributes>("libcpp-uglify-attributes");
H A DCMakeLists.txt99 uglify_attributes.cpp