Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2154 if (BD->doesNotEscape()) in markEscapingByrefs()
H A DSemaDecl.cpp14973 R = !CurBD->doesNotEscape(); in diagnoseImplicitlyRetainedSelf()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp594 if (block->doesNotEscape()) in computeBlockInfo()
H A DCGCall.cpp2269 if (!BD->doesNotEscape()) in ConstructAttributeList()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4370 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1194 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()