Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h424 : Implementation(restrictMatcher(Other.Implementation)) {
494 static DynTypedMatcher restrictMatcher(const DynTypedMatcher &Other) { in restrictMatcher() function
499 : Implementation(restrictMatcher(Implementation)) { in Matcher()