Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DStencilTest.cpp215 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 DStencil.h149 Stencil selectBound(std::vector<std::pair<std::string, Stencil>> CaseStencils,
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DStencil.cpp477 Stencil transformer::selectBound( in selectBound() function in transformer