3#include "clang/ASTMatchers/ASTMatchers.h"
16clang::ast_matchers::DeclarationMatcher
TemplInstWithoutDef(
const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names);
26clang::ast_matchers::DeclarationMatcher
FuncWithDef(
const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names);
34clang::ast_matchers::DeclarationMatcher
TemplInst(
const clang::ast_matchers::internal::Matcher<clang::NamedDecl>& excluded_names);
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)