Searched refs:CanBeGetReturnObject (Results 1 – 3 of 3) sorted by relevance
640 if (Sema::CanBeGetReturnObject(Callee)) in visitFunctionCallArguments()
16209 bool Sema::CanBeGetReturnObject(const FunctionDecl *FD) { in CanBeGetReturnObject() function in Sema16223 if (CanBeGetReturnObject(FD) || CanBeGetReturnTypeOnAllocFailure(FD)) in CheckCoroutineWrapper()
4648 static bool CanBeGetReturnObject(const FunctionDecl *FD);