Home
last modified time | relevance | path

Searched defs:createRemoval (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h56 template <typename T> FixItHint createRemoval(const T &Node) { in createRemoval() function
/llvm-project/clang/unittests/Tooling/
H A DFixItTest.cpp61 TEST(FixItTest, createRemoval) { in TEST() argument