Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp153 class TrueMatcherImpl : public DynMatcherInterface { class
155 TrueMatcherImpl() = default;
270 static const llvm::IntrusiveRefCntPtr<TrueMatcherImpl> Instance = in trueMatcher()
271 new TrueMatcherImpl(); in trueMatcher()