Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h494 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation()
531 class TypeToQualType : public WrapperMatcherInterface<QualType> {
533 TypeToQualType(const Matcher<TypeT> &InnerMatcher) in TypeToQualType() function
534 : TypeToQualType::WrapperMatcherInterface(InnerMatcher) {} in TypeToQualType()