Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp128 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()
212 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2079 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp8104 std::string ASTContext::getObjCEncodingForBlock(const BlockExpr *Expr) const { in getObjCEncodingForBlock() function in ASTContext