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
 6511 AST_MATCHER(NamedDecl, hasExternalFormalLinkage) {

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6512   return Node.hasExternalFormalLinkage();