Lines Matching +defs:string +defs:match

341   template<typename Fn> void match(Fn F) const { F(Array); }  in match()  function
354 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
377 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
428 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
455 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
471 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
485 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
501 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
520 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function
538 template<typename Fn> void match(Fn F) const { F(Base, Tag); } in match() function
554 template<typename Fn> void match(Fn F) const { F(Conditions); } in match() function
573 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); } in match() function
598 template<typename Fn> void match(Fn F) const { F(Pointee); } in match() function
680 template<typename Fn> void match(Fn F) const { F(Pointee, RK); } in match() function
723 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() function
757 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } in match() function
791 template<typename Fn> void match(Fn F) const { in match() function
840 template<typename Fn> void match(Fn F) const { F(E); } in match() function
856 template<typename Fn> void match(Fn F) const { F(Types); } in match() function
884 template<typename Fn> void match(Fn F) const { in match() function
938 template<typename Fn> void match(Fn F) const { F(OpName); } in match() function
954 template<typename Fn> void match(Fn F) const { F(Special, Child); } in match() function
971 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match() function
988 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() function
1008 template <typename Fn> void match(Fn F) const { in match() function
1028 template <typename Fn> void match(Fn F) const { F(Module, Name); } in match() function
1046 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } in match() function
1064 template<typename Fn> void match(Fn F) const { F(Qualifier, Name); } in match() function
1086 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } in match() function
1104 template<typename Fn> void match(Fn F) const { F(Dimension); } in match() function
1121 template<typename Fn> void match(Fn F) const { F(Dimension); } in match() function
1145 template<typename Fn> void match(Fn F) const { F(Kind, Index); } in match() function
1172 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
1188 template<typename Fn> void match(Fn F) const { F(Name, Type); } in match() function
1213 template<typename Fn> void match(Fn F) const { F(Name, Params); } in match() function
1233 template<typename Fn> void match(Fn F) const { F(Param); } in match() function
1280 template<typename Fn> void match(Fn F) const { F(Data); } in match() function
1328 template<typename Fn> void match(Fn F) const { F(Elements); } in match() function
1346 template<typename Fn> void match(Fn F) const { F(Child); } in match() function
1389 template<typename Fn> void match(Fn F) const { F(Params); } in match() function
1486 template<typename Fn> void match(Fn F) const { F(Name, TemplateArgs); } in match() function
1503 template<typename Fn> void match(Fn F) const { F(Child); } in match() function
1516 string, enumerator
1534 template<typename Fn> void match(Fn F) const { F(SSK); } in match() function
1576 template<typename Fn> void match(Fn F) const { F(SSK); } in match() function
1607 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } in match() function
1622 template<typename Fn> void match(Fn F) const { F(Base); } in match() function
1636 template<typename Fn> void match(Fn F) const { F(Count); } in match() function
1656 template<typename Fn> void match(Fn F) const { in match() function
1686 template<typename Fn> void match(Fn F) const { F(Bindings); } in match() function
1708 template <typename Fn> void match(Fn F) const { in match() function
1739 template <typename Fn> void match(Fn F) const { in match() function
1759 template <typename Fn> void match(Fn F) const { in match() function
1779 template <typename Fn> void match(Fn F) const { in match() function
1801 template <typename Fn> void match(Fn F) const { in match() function
1825 template<typename Fn> void match(Fn F) const { in match() function
1856 template <typename Fn> void match(Fn F) const { in match() function
1879 template <typename Fn> void match(Fn F) const { in match() function
1904 template<typename Fn> void match(Fn F) const { F(Pack); } in match() function
1923 template <typename Fn> void match(Fn F) const { in match() function
1948 template<typename Fn> void match(Fn F) const { in match() function
1983 template <typename Fn> void match(Fn F) const { in match() function
2006 template <typename Fn> void match(Fn F) const { in match() function
2022 template<typename Fn> void match(Fn F) const { F(Number); } in match() function
2038 template <typename Fn> void match(Fn F) const { in match() function
2063 template <typename Fn> void match(Fn F) const { in match() function
2084 template<typename Fn> void match(Fn F) const { F(Ty, Inits); } in match() function
2103 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); } in match() function
2128 template<typename Fn> void match(Fn F) const { F(First, Last, Init); } in match() function
2153 template<typename Fn> void match(Fn F) const { in match() function
2195 template<typename Fn> void match(Fn F) const { F(Op); } in match() function
2209 template<typename Fn> void match(Fn F) const { F(Value); } in match() function
2222 template<typename Fn> void match(Fn F) const { F(Type); } in match() function
2237 template<typename Fn> void match(Fn F) const { F(Type); } in match() function
2256 template<typename Fn> void match(Fn F) const { F(Ty, Integer); } in match() function
2278 template<typename Fn> void match(Fn F) const { F(Type, Value); } in match() function
2322 template<typename Fn> void match(Fn F) const { F(Contents); } in match() function