Searched refs:uglify_attributes (Results 1 – 4 of 4) sorted by relevance
12 #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
12 class uglify_attributes : public clang::tidy::ClangTidyCheck { class14 uglify_attributes(llvm::StringRef, clang::tidy::ClangTidyContext*);
20 #include "uglify_attributes.hpp"33 check_factories.registerCheck<libcpp::uglify_attributes>("libcpp-uglify-attributes");
99 uglify_attributes.cpp