reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1830   std::string getObjCEncodingForBlock(const BlockExpr *blockExpr) const;

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  161       CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
  242     CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr());