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.cpp2246 if (BD->doesNotEscape()) in markEscapingByrefs()
H A DSemaDecl.cpp15744 R = !CurBD->doesNotEscape(); in diagnoseImplicitlyRetainedSelf()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp576 if (block->doesNotEscape()) in computeBlockInfo()
H A DCGCall.cpp2529 if (!BD->doesNotEscape()) in ConstructAttributeList()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4618 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1311 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()