Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15981 bool Sema::CanBeGetReturnObject(const FunctionDecl *FD) { in CanBeGetReturnObject() function in Sema
15995 if (CanBeGetReturnObject(FD) || CanBeGetReturnTypeOnAllocFailure(FD)) in CheckCoroutineWrapper()
H A DSemaInit.cpp7602 if (Sema::CanBeGetReturnObject(Callee)) in visitLifetimeBoundArguments()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11256 static bool CanBeGetReturnObject(const FunctionDecl *FD);