Home
last modified time | relevance | path

Searched refs:canAvoidCopyToHeap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4268 bool canAvoidCopyToHeap() const { in canAvoidCopyToHeap() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1183 Record.push_back(D->canAvoidCopyToHeap()); in VisitBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp3341 if (e->getBlockDecl()->canAvoidCopyToHeap()) in visitBlockExpr()