Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp2675 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2747 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
DCGDebugInfo.cpp4182 if (CGM.getContext().getByrefLifetime(Type, Lifetime, in EmitTypeForVarWithBlocksAttr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1357 bool getByrefLifetime(QualType Ty,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp6800 bool ASTContext::getByrefLifetime(QualType Ty, in getByrefLifetime() function in ASTContext