Lines Matching refs:eval
76 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::RawTextStencil
94 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::DebugPrintNodeStencil
144 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::UnaryOperationStencil
221 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::SelectorStencil
275 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::AccessStencil
287 return Member->eval(Match, Result); in eval()
307 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::IfBoundStencil
311 ->eval(Match, Result); in eval()
333 llvm::Error eval(const MatchFinder::MatchResult &match, in eval() function in __anona430d0b90111::SelectBoundStencil
338 return S.second->eval(match, result); in eval()
343 return DefaultStencil->eval(match, result); in eval()
397 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::SequenceStencil
400 if (auto Err = S->eval(Match, Result)) in eval()
414 Error eval(const MatchFinder::MatchResult &Match, in eval() function in __anona430d0b90111::RunStencil