Searched refs:TryLookupType (Results 1 – 3 of 3) sorted by relevance
73 static base::Optional<const Type*> TryLookupType(const QualifiedName& name);
79 base::Optional<const Type*> Declarations::TryLookupType( in TryLookupType() function in v8::internal::torque::Declarations
96 if (auto type = Declarations::TryLookupType(non_constexpr_name)) { in ComputeType()