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.cpp640 if (Sema::CanBeGetReturnObject(Callee)) in visitFunctionCallArguments()
H A DSemaDecl.cpp16209 bool Sema::CanBeGetReturnObject(const FunctionDecl *FD) { in CanBeGetReturnObject() function in Sema
16223 if (CanBeGetReturnObject(FD) || CanBeGetReturnTypeOnAllocFailure(FD)) in CheckCoroutineWrapper()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4648 static bool CanBeGetReturnObject(const FunctionDecl *FD);