Searched refs:UUT (Results 1 – 3 of 3) sorted by relevance
249 QualType UUT = lldb_rpc_gen::GetUnqualifiedUnderlyingType(Iter->Type); in CreateMethodCall() local250 LengthArg += " / sizeof(" + UUT.getAsString(method.Policy) + ")"; in CreateMethodCall()
231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
747 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() argument748 JOS.attribute("decl", createBareDeclRef(UUT->getDecl())); in VisitUnresolvedUsingType()