[PATCH] Add partial support for the hasDeclaration() matcher in the dynamic layer.

Manuel Klimek klimek at google.com
Fri Nov 15 03:09:03 PST 2013


  class DeclAccessPair
  class DeclRefExpr
  class EnumType
  class EnumTypeLoc
  class FullComment
  class GlobalDecl
  class InjectedClassNameType
  class InjectedClassNameTypeLoc
  class LabelStmt
  class ObjCInterfaceType
  class ObjCIvarRefExpr
  class QualifiedTemplateName
  class RecordType
  class RecordTypeLoc
  class TagType
  class TagTypeLoc
  class TemplateTypeParmType
  class TemplateTypeParmTypeLoc
  class TypedefType
  class UnresolvedSetIterator
  class UnresolvedUsingType
  class UnresolvedUsingTypeLoc
  struct CanProxyAdaptor
  struct MemberPtr

  (Created with the power of clang-query and the matcher recordDecl(has(recordDecl().bind("root")), has(methodDecl(hasName("getDecl")))))

http://llvm-reviews.chandlerc.com/D1889

BRANCH
  has_decl

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list