Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp477 if (Sema::CanBeGetReturnObject(Callee)) in visitLifetimeBoundArguments()
H A DSemaDecl.cpp15767 bool Sema::CanBeGetReturnObject(const FunctionDecl *FD) { in CanBeGetReturnObject() function in Sema
15781 if (CanBeGetReturnObject(FD) || CanBeGetReturnTypeOnAllocFailure(FD)) in CheckCoroutineWrapper()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4262 static bool CanBeGetReturnObject(const FunctionDecl *FD);