Home
last modified time | relevance | path

Searched refs:doesNotEscape (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h287 return NeedsCopyDispose && !Block->doesNotEscape(); in needsCopyDisposeHelpers()
DCGBlocks.cpp829 llvm::Constant *blockISA = blockInfo.getBlockDecl()->doesNotEscape() in EmitBlockLiteral()
847 if (blockInfo.getBlockDecl()->doesNotEscape()) in EmitBlockLiteral()
DCGCall.cpp2072 if (!BD->doesNotEscape()) in ConstructAttributeList()
/external/llvm-project/clang/lib/Sema/
DSema.cpp1930 if (BD->doesNotEscape()) in markEscapingByrefs()
DSemaDecl.cpp14270 R = !CurBD->doesNotEscape(); in diagnoseImplicitlyRetainedSelf()
/external/llvm-project/clang/include/clang/AST/
DDecl.h4245 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1182 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()