Home
last modified time | relevance | path

Searched refs:MatcherDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h125 class MatcherDescriptor {
127 virtual ~MatcherDescriptor() {}
182 class FixedArgCountMatcherDescriptor : public MatcherDescriptor {
341 class VariadicFuncMatcherDescriptor : public MatcherDescriptor {
484 std::vector<MatcherDescriptor *> &Out)
502 std::vector<MatcherDescriptor *> &Out;
510 class OverloadedMatcherDescriptor : public MatcherDescriptor {
512 OverloadedMatcherDescriptor(ArrayRef<MatcherDescriptor *> Callbacks)
579 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
583 class VariadicOperatorMatcherDescriptor : public MatcherDescriptor {
[all …]
DRegistry.cpp32 using internal::MatcherDescriptor;
34 typedef llvm::StringMap<const MatcherDescriptor *> ConstructorMap;
43 void registerMatcher(StringRef MatcherName, MatcherDescriptor *Callback);
48 MatcherDescriptor *Callback) { in registerMatcher()
63 MatcherDescriptor *Callbacks[] = { \
/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h32 class MatcherDescriptor; variable
35 typedef const internal::MatcherDescriptor *MatcherCtor;