Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp91 struct IfBoundData { struct
92 IfBoundData(StringRef Id, Stencil TrueStencil, Stencil FalseStencil) in IfBoundData() argument
152 std::string toStringData(const IfBoundData &Data) { in toStringData()
352 Error evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, in evalData()
440 return std::make_shared<StencilImpl<IfBoundData>>(Id, std::move(TrueStencil), in ifBound()