Searched refs:IntToChar (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | TransformerTest.cpp | 541 auto IntToChar = makeRule(typeLoc(loc(qualType(isInteger(), builtinType()))), in TEST_F() local 544 rewriteDescendants("fun", IntToChar)), in TEST_F() 581 auto IntToChar = in TEST_F() local 588 rewriteDescendants("parmType", IntToChar)), in TEST_F() 624 auto IntToChar = in TEST_F() local 630 rewriteDescendants("type", IntToChar)), in TEST_F() 683 auto IntToChar = in TEST_F() local 691 [&IntToChar](const MatchFinder::MatchResult &R) { in TEST_F() 694 return transformer::detail::rewriteDescendants(*Node, IntToChar, R); in TEST_F()
|