Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()
243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1884 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6889 std::string ASTContext::getObjCEncodingForBlock(const BlockExpr *Expr) const { in getObjCEncodingForBlock() function in ASTContext