Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:Matched

22 //  multiple parts of the matched AST nodes once a match is found. In that case,
32 // matched.
61 /// \brief Maps string IDs to AST nodes matched by parts of a matcher.
1467 /// Either the source expression or the destination type can be matched
1726 /// a substring matched by the given RegExp.
2057 /// a substring matched by the given RegExp.
2215 /// \brief Matches if the matched type is represented by the given string.
2228 /// \brief Matches if the matched type is a pointer type and the pointee type
2251 /// \brief Matches if the matched type is a reference type and the referenced
2488 /// but 'int c;' is not matched.
3186 /// \brief Matches a member expression where the member is matched by a
3204 /// matched by a given matcher.
3236 /// matched by the given matcher.
3645 /// matched since the type is deduced as int& by reference collapsing rules.
3662 /// matched as it is deduced to int& by reference collapsing rules.
3971 bool Matched = false;
3977 Matched = true;
3982 return Matched;
3996 bool Matched = false;
4000 Matched = true;
4005 return Matched;