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

Overrides

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  302   virtual bool matches(const T &Node,

Declarations

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
   28 AST_MATCHER(EnumConstantDecl, isInScopedEnum) {
   34 AST_POLYMORPHIC_MATCHER(isFullySpecialized,

References

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
   29   if (const auto *ED = dyn_cast<EnumDecl>(Node.getDeclContext()))