Searched refs:RetKinds (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 352 inline bool isRetKindConvertibleTo(ArrayRef<ASTNodeKind> RetKinds, 355 for (const ASTNodeKind &NodeKind : RetKinds) { 388 ArrayRef<ASTNodeKind> RetKinds, 391 RetKinds(RetKinds.begin(), RetKinds.end()), 410 return isRetKindConvertibleTo(RetKinds, Kind, Specificity, 418 const std::vector<ASTNodeKind> RetKinds; 555 BuildReturnTypeVector<ResultT>::build(RetKinds); 574 return isRetKindConvertibleTo(RetKinds, Kind, Specificity, 578 ASTNodeKind nodeMatcherType() const override { return RetKinds[0]; } 583 std::vector<ASTNodeKind> RetKinds; [all …]
|
| H A D | Registry.cpp | 663 std::set<ASTNodeKind> RetKinds; in getMatcherCompletions() local 683 RetKinds.insert(LeastDerivedKind); in getMatcherCompletions() 696 RetKinds.insert(LeastDerivedKind); in getMatcherCompletions() 705 if (!RetKinds.empty() && MaxSpecificity > 0) { in getMatcherCompletions() 718 OS << "Matcher<" << RetKinds << "> " << Name << "("; in getMatcherCompletions()
|