Searched refs:selectBound (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | StencilTest.cpp | 215 return selectBound({ in selectStencil() 254 auto Stencil = selectBound({{"int", cat("I")}}, cat("D")); in TEST_F() 720 StringRef Expected = R"repr(selectBound({{"int", "I"}, {"float", "F"}}))repr"; in TEST() 726 StringRef Expected = R"repr(selectBound({{"int", "I"}}))repr"; in TEST() 733 R"cc(selectBound({{"int", "I"}, {"float", "F"}}, "D"))cc"; in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/ |
| H A D | Stencil.h | 149 Stencil selectBound(std::vector<std::pair<std::string, Stencil>> CaseStencils,
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 477 Stencil transformer::selectBound( in selectBound() function in transformer
|