Searched defs:TargetNodeTraits (Results 1 – 1 of 1) sorted by relevance
992 struct TargetNodeTraits<clang::NamedDecl> { struct993 static clang::SourceLocation GetLoc(const clang::NamedDecl& decl) { in GetLoc()996 static const char* GetName() { return "decl"; } in GetName()997 static const char* GetType() { return "NamedDecl"; } in GetType()1001 struct TargetNodeTraits<clang::MemberExpr> { struct1002 static clang::SourceLocation GetLoc(const clang::MemberExpr& expr) { in GetLoc()1005 static const char* GetName() { return "expr"; } in GetName()1006 static const char* GetType() { return "MemberExpr"; } in GetType()1010 struct TargetNodeTraits<clang::DeclRefExpr> { struct1011 static clang::SourceLocation GetLoc(const clang::DeclRefExpr& expr) { in GetLoc()[all …]