Searched refs:Matchers (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp114 : Matchers(std::move(MatchersIn)) {}
119 if (Matchers.size() != 1)
121 return Matchers[0];
126 for (size_t i = 0, e = Matchers.size(); i != e; ++i) {
129 Inner += Matchers[i].getSupportedKind().asStringRef();
139 for (size_t i = 0, e = Matchers.size(); i != e; ++i) {
141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) {
148 Found = &Matchers[i];
162 for (const DynTypedMatcher &Matcher : Matchers) {
174 const std::vector<DynTypedMatcher> Matchers; member in class:clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
223 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers) argument
[all...]
H A DMarshallers.h238 std::vector<DynTypedMatcher> Matchers; local
239 mergePolyMatchers(PolyMatcher, Matchers, typename T::ReturnTypes());
240 VariantMatcher Out = VariantMatcher::PolymorphicMatcher(std::move(Matchers));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp296 MatchASTVisitor(const MatchFinder::MatchersByType *Matchers, argument
298 : Matchers(Matchers), Options(Options), ActiveASTContext(nullptr) {}
309 for (MatchCallback *MC : Matchers->AllCallbacks) {
319 for (MatchCallback *MC : Matchers->AllCallbacks) {
517 /// \brief Runs all the \p Matchers on \p Node.
521 void matchWithoutFilter(const T &Node, const MC &Matchers) { argument
524 for (const auto &MP : Matchers) {
546 auto &Matchers = this->Matchers local
562 auto &Matchers = this->Matchers->DeclOrStmt; local
723 const MatchFinder::MatchersByType *Matchers; member in class:clang::ast_matchers::internal::__anon3705::MatchASTVisitor
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h145 PolymorphicMatcher(std::vector<DynTypedMatcher> Matchers);
258 VariantValue(const VariantMatcher &Matchers);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h216 MatchersByType Matchers; member in class:clang::ast_matchers::MatchFinder

Completed in 124 milliseconds