Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2412 if (BD->doesNotEscape()) in markEscapingByrefs()
H A DSemaDecl.cpp16186 R = !CurBD->doesNotEscape(); in diagnoseImplicitlyRetainedSelf()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp575 if (block->doesNotEscape()) in computeBlockInfo()
H A DCGCall.cpp2642 if (!BD->doesNotEscape()) in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4731 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1475 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()