Instantiator
Generate c++ template instantiations
Loading...
Searching...
No Matches
Matcher.hpp
Go to the documentation of this file.
1#ifndef MATCHERS_H_
2#define MATCHERS_H_
3#include "clang/ASTMatchers/ASTMatchers.h"
16clang::ast_matchers::DeclarationMatcher TemplInstWithoutDef(const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names,
17 const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& included_names);
18
27clang::ast_matchers::DeclarationMatcher FuncWithDef(const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names,
28 const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& included_names);
29
36clang::ast_matchers::DeclarationMatcher TemplInst(const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names,
37 const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& included_names);
38
39#endif
clang::ast_matchers::DeclarationMatcher FuncWithDef(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names, const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &included_names)
clang::ast_matchers::DeclarationMatcher TemplInstWithoutDef(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names, const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &included_names)
clang::ast_matchers::DeclarationMatcher TemplInst(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names, const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &included_names)