Searched refs:CanBeGetReturnObject (Results 1 – 3 of 3) sorted by relevance
15981 bool Sema::CanBeGetReturnObject(const FunctionDecl *FD) { in CanBeGetReturnObject() function in Sema15995 if (CanBeGetReturnObject(FD) || CanBeGetReturnTypeOnAllocFailure(FD)) in CheckCoroutineWrapper()
7602 if (Sema::CanBeGetReturnObject(Callee)) in visitLifetimeBoundArguments()
11256 static bool CanBeGetReturnObject(const FunctionDecl *FD);