reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
  113   static VariantMatcher constructMatcher(MatcherCtor Ctor,

References

tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  610     return Registry::constructMatcher(Ctor, NameRange, Args, Error);
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  677   VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
   48       Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
   61       Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
   75       Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),