Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp2041 if (getContext().getByrefLifetime(Ty, Lifetime, HasByrefExtendedLayout) && in BuildByRefType()
2115 getContext().getByrefLifetime(type, ByrefLifetime, HasByrefExtendedLayout); in emitByrefStructureInit()
DCGDebugInfo.cpp2663 if (CGM.getContext().getByrefLifetime(Type, in EmitTypeForVarWithBlocksAttr()
/external/clang/include/clang/AST/
DASTContext.h975 bool getByrefLifetime(QualType Ty,
/external/clang/lib/AST/
DASTContext.cpp4729 bool ASTContext::getByrefLifetime(QualType Ty, in getByrefLifetime() function in ASTContext