Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp152 class TrueMatcherImpl : public DynMatcherInterface { class
154 TrueMatcherImpl() = default;
269 static const llvm::IntrusiveRefCntPtr<TrueMatcherImpl> Instance = in trueMatcher()
270 new TrueMatcherImpl(); in trueMatcher()