Home
last modified time | relevance | path

Searched refs:UUT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp249 QualType UUT = lldb_rpc_gen::GetUnqualifiedUnderlyingType(Iter->Type); in CreateMethodCall() local
250 LengthArg += " / sizeof(" + UUT.getAsString(method.Policy) + ")"; in CreateMethodCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h231 void VisitUnresolvedUsingType(const UnresolvedUsingType *UUT);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp747 void JSONNodeDumper::VisitUnresolvedUsingType(const UnresolvedUsingType *UUT) { in VisitUnresolvedUsingType() argument
748 JOS.attribute("decl", createBareDeclRef(UUT->getDecl())); in VisitUnresolvedUsingType()