Home
last modified time | relevance | path

Searched refs:getDeclarationList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.h52 const std::vector<Declaration> getDeclarationList() const { in getDeclarationList() function
/llvm-project-15.0.7/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp145 const auto &Declarations = Reporter.getDeclarationList(); in main()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-move/
H A DClangMoveTests.cpp633 for (const auto &DelPair : Reporter.getDeclarationList()) in TEST()