[SyntaxTree] Rename functions to start with verb
authorEduardo Caldas <ecaldas@google.com>
Fri, 11 Sep 2020 08:56:10 +0000 (08:56 +0000)
committerEduardo Caldas <ecaldas@google.com>
Fri, 11 Sep 2020 14:54:18 +0000 (14:54 +0000)
commit4c14ee61b73746b314d83e7c52e03d6527b78105
tree8ed7e9665bfad410bd020dfce751e1dd00f612d9
parent324a53205a3af979e3de109fdd52f91781816cba
[SyntaxTree] Rename functions to start with verb

According to LLVM coding standards:
https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly

Differential Revision: https://reviews.llvm.org/D87498
clang/include/clang/Tooling/Syntax/Nodes.h
clang/include/clang/Tooling/Syntax/Tree.h
clang/lib/Tooling/Syntax/BuildTree.cpp
clang/lib/Tooling/Syntax/ComputeReplacements.cpp
clang/lib/Tooling/Syntax/Mutations.cpp
clang/lib/Tooling/Syntax/Nodes.cpp
clang/lib/Tooling/Syntax/Synthesis.cpp
clang/lib/Tooling/Syntax/Tree.cpp
clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
clang/unittests/Tooling/Syntax/SynthesisTest.cpp
clang/unittests/Tooling/Syntax/TreeTestBase.cpp