OSDN Git Service

[SyntaxTree][NFC] Refactor function templates into functions taking base class
authorEduardo Caldas <ecaldas@google.com>
Thu, 27 Aug 2020 15:37:04 +0000 (15:37 +0000)
committerEduardo Caldas <ecaldas@google.com>
Fri, 28 Aug 2020 12:19:38 +0000 (12:19 +0000)
commit38bc0060e60fef5395c23b8b75163e5bdee23af6
tree882a349b360f7058b7d35e12712f4b7567eee928
parentdce72dc87040499208ca2e43b6366750431f9a78
[SyntaxTree][NFC] Refactor function templates into functions taking base class

The refactored functions were
* `isReponsibleForCreatingDeclaration`
* `getQualifiedNameStart`

Differential Revision: https://reviews.llvm.org/D86719
clang/lib/Tooling/Syntax/BuildTree.cpp