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/include/clang/ASTMatchers/ASTMatchers.h
 1491 AST_MATCHER_P(InitListExpr, hasSyntacticForm,

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1493   const Expr *SyntForm = Node.getSyntacticForm();
 1495           InnerMatcher.matches(*SyntForm, Finder, Builder));
 1495           InnerMatcher.matches(*SyntForm, Finder, Builder));