Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
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()
301 Error evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, in evalData()
389 return std::make_shared<StencilImpl<IfBoundData>>(Id, std::move(TrueStencil), in ifBound()