Searched defs:VisitResult (Results 1 – 9 of 9) sorted by relevance
36 enum class VisitResult { enum
815 VisitResult(const Type* type, const std::string& constexpr_value) in VisitResult() function822 VisitResult(const Type* type, StackRange stack_range) in VisitResult() function
4192 export type VisitResult<T extends Node> = T | readonly T[] | undefined; alias