Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h481 : Implementation(restrictMatcher(Other.Implementation)) {
551 static DynTypedMatcher restrictMatcher(const DynTypedMatcher &Other) { in restrictMatcher() function
556 : Implementation(restrictMatcher(Implementation)) { in Matcher()