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);
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);
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);
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)