Home
last modified time | relevance | path

Searched refs:GetReturnType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h63 llvm::StringRef GetReturnType();
H A DCPlusPlusLanguage.cpp189 llvm::StringRef return_type = cpp_method.GetReturnType(); in PrettyPrintFunctionNameWithArgs()
299 llvm::StringRef CPlusPlusLanguage::MethodName::GetReturnType() { in GetReturnType() function in CPlusPlusLanguage::MethodName
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h87 lldb::SBType GetReturnType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp849 lldb::SBType SBTypeMemberFunction::GetReturnType() { in GetReturnType() function in SBTypeMemberFunction
854 sb_type.SetSP(lldb::TypeImplSP(new TypeImpl(m_opaque_sp->GetReturnType()))); in GetReturnType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h772 CompilerType GetReturnType() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp393 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { in GetReturnType() function
692 ResultTy = GetReturnType(Ex, C.getASTContext()); in checkSummary()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp106 static CanQualType GetReturnType(QualType RetTy) { in GetReturnType() function
517 return arrangeLLVMFunctionInfo(GetReturnType(MD->getReturnType()), in arrangeObjCMessageSendSignature()
528 return arrangeLLVMFunctionInfo(GetReturnType(returnType), FnInfoOpts::None, in arrangeUnprototypedObjCMessageSend()
619 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()), in arrangeFreeFunctionLikeCall()
651 return arrangeLLVMFunctionInfo(GetReturnType(proto->getReturnType()), in arrangeBlockFunctionDeclaration()
664 return arrangeLLVMFunctionInfo(GetReturnType(resultType), FnInfoOpts::None, in arrangeBuiltinFunctionCall()
674 return arrangeLLVMFunctionInfo(GetReturnType(resultType), FnInfoOpts::None, in arrangeBuiltinFunctionDeclaration()
707 return arrangeLLVMFunctionInfo(GetReturnType(proto->getReturnType()), in arrangeCXXMethodCall()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1236 CompilerType TypeMemberFunctionImpl::GetReturnType() const { in GetReturnType() function in TypeMemberFunctionImpl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5663 static TypeTraitReturnType GetReturnType(TypeTrait Kind) { in GetReturnType() function
5687 switch (GetReturnType(Kind)) { in BuildTypeTrait()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64678 result = (arg1)->GetReturnType(); in _wrap_SBTypeMemberFunction_GetReturnType()