Searched defs:Stencil (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 46 using Stencil = std::shared_ptr<StencilInterface>; variable
|
/llvm-project/clang/unittests/Tooling/ |
H A D | StencilTest.cpp | 97 void testError(const Stencil &Stencil, in testError() argument 133 void testUnboundNodeError(const Stencil &Stencil, StringRef UnboundId) { in testUnboundNodeError() argument 152 auto Stencil = in TEST_F() local 169 auto Stencil in TEST_F() local 177 testExpr(StringRef Id,StringRef Snippet,const Stencil & Stencil,StringRef Expected) testExpr() argument 185 testFailure(StringRef Id,StringRef Snippet,const Stencil & Stencil,testing::Matcher<std::string> MessageMatcher) testFailure() argument 256 auto Stencil = selectBound({{"int", cat("I")}}, cat("D")); TEST_F() local 346 const Stencil Stencil = maybeDeref(Id); TEST_F() local 381 const Stencil Stencil = maybeAddressOf(Id); TEST_F() local 483 const Stencil Stencil = access("obj", "field"); TEST_F() local 504 const Stencil Stencil = access("obj", "field"); TEST_F() local [all...] |