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
26clang::ast_matchers::DeclarationMatcher FuncWithDef(const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names);
27
34clang::ast_matchers::DeclarationMatcher TemplInst(const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names);
35
36#endif
clang::ast_matchers::DeclarationMatcher TemplInst(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names)
clang::ast_matchers::DeclarationMatcher TemplInstWithoutDef(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names)
clang::ast_matchers::DeclarationMatcher FuncWithDef(const clang::ast_matchers::internal::Matcher< clang::NamedDecl > &excluded_names)