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

References

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  137   MatchFinder(MatchFinderOptions Options = MatchFinderOptions());
  220   MatchFinderOptions Options;
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  306                   const MatchFinder::MatchFinderOptions &Options)
  812   const MatchFinder::MatchFinderOptions &Options;
 1006 MatchFinder::MatchFinder(MatchFinderOptions Options)
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  391   ast_matchers::MatchFinder::MatchFinderOptions FinderOptions;
tools/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
   96   MatchFinder::MatchFinderOptions Options;
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };