Home
last modified time | relevance | path

Searched refs:getByrefLifetime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2630 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2701 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
H A DCGDebugInfo.cpp4704 if (CGM.getContext().getByrefLifetime(Type, Lifetime, in EmitTypeForVarWithBlocksAttr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1478 bool getByrefLifetime(QualType Ty,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7996 bool ASTContext::getByrefLifetime(QualType Ty, in getByrefLifetime() function in ASTContext