HomeSort by: relevance | last modified time | path
    Searched refs:getObjCEncodingForBlock (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1884 std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6887 /// getObjCEncodingForBlock - Return the encoded type for this block
6889 std::string ASTContext::getObjCEncodingForBlock(const BlockExpr *Expr) const {

Completed in 68 milliseconds