Searched defs:GetReturnType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp69 static CanQualType GetReturnType(QualType RetTy) { function
309 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
386 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info,
403 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getResultType()),
420 return arrangeLLVMFunctionInfo(GetReturnType(resultType), argTypes, info,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2783 /// GetReturnType - Used to get the return type of a message expression or
2790 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { function
2944 // Use GetReturnType in order to give [NSFoo alloc] the type NSFoo *.
2945 QualType ResultTy = GetReturnType(Ex, C.getASTContext());

Completed in 105 milliseconds