Home
last modified time | relevance | path

Searched refs:AttrMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h171 void addMatcher(const AttrMatcher &NodeMatch, MatchCallback *Action);
224 std::vector<std::pair<AttrMatcher, MatchCallback *>> Attr;
H A DASTMatchers.h154 using AttrMatcher = internal::Matcher<Attr>; variable