Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Alias

339     // In general, the is-alias-of (as defined by typedefs) relation
702 // Returns true if 'TypeNode' has an alias that matches the given matcher.
708 for (const TypedefNameDecl *Alias : TypeAliases.lookup(CanonicalType)) {
710 if (Matcher.matches(*Alias, this, &Result)) {
783 // Now it can still be that we have an alias template.