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-tidy/readability/IsolateDeclarationCheck.cpp
   21 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); }
   22 AST_MATCHER(DeclStmt, onlyDeclaresVariables) {

References

tools/clang/tools/extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
   21 AST_MATCHER(DeclStmt, isSingleDecl) { return Node.isSingleDecl(); }