Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp2101 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in getBlockByrefInfo()
2174 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
DCGDebugInfo.cpp3076 if (CGM.getContext().getByrefLifetime(Type, Lifetime, in EmitTypeForVarWithBlocksAttr()
/external/clang/include/clang/AST/
DASTContext.h1112 bool getByrefLifetime(QualType Ty,
/external/clang/lib/AST/
DASTContext.cpp5078 bool ASTContext::getByrefLifetime(QualType Ty, in getByrefLifetime() function in ASTContext