Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h63 bool implicitObjectParamIsLifetimeBound(const FunctionDecl *FD);
H A DCheckExprLifetime.cpp541 bool implicitObjectParamIsLifetimeBound(const FunctionDecl *FD) { in implicitObjectParamIsLifetimeBound() function
642 if (implicitObjectParamIsLifetimeBound(Callee) || CheckCoroObjArg) in visitFunctionCallArguments()
H A DSemaAPINotes.cpp629 !sema::implicitObjectParamIsLifetimeBound(Method)) { in ProcessAPINotes()