Home
last modified time | relevance | path

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

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