[AST] Add NestedNameSpecifierLoc accessors to node introspection
authorStephen Kelly <steveire@gmail.com>
Thu, 15 Apr 2021 20:02:10 +0000 (21:02 +0100)
committerStephen Kelly <steveire@gmail.com>
Thu, 22 Apr 2021 10:27:19 +0000 (11:27 +0100)
commit21ce124e1e638e380ce56dbcc97d174c58530566
tree1f9fac6a143f8391d881f999f8fc8bdf22908542
parent034c73d42e4655ae247fc1f72dc3d2d6c621ab23
[AST] Add NestedNameSpecifierLoc accessors to node introspection

Differential Revision: https://reviews.llvm.org/D100712
clang/lib/Tooling/DumpTool/APIData.h
clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
clang/unittests/Introspection/IntrospectionTest.cpp