Lines Matching refs:eval
76 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::RawTextStencil
94 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::DebugPrintNodeStencil
144 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::UnaryOperationStencil
221 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::SelectorStencil
274 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::AccessStencil
286 return Member->eval(Match, Result); in eval()
306 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::IfBoundStencil
310 ->eval(Match, Result); in eval()
332 llvm::Error eval(const MatchFinder::MatchResult &match, in eval() function in __anonec868fe90111::SelectBoundStencil
337 return S.second->eval(match, result); in eval()
342 return DefaultStencil->eval(match, result); in eval()
396 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::SequenceStencil
399 if (auto Err = S->eval(Match, Result)) in eval()
413 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anonec868fe90111::RunStencil