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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  161       CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr());
  242     CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr());
 1174       blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType()));
 1464     CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType());
 1494   SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc();
 1524   CurEHLocation = blockInfo.getBlockExpr()->getEndLoc();
 1565   const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
 1589                 blockInfo.getBlockExpr()->getBody()->getBeginLoc());
 2039   ApplyDebugLocation NL{*this, blockInfo.getBlockExpr()->getBeginLoc()};
 2233   ApplyDebugLocation NL{*this, blockInfo.getBlockExpr()->getBeginLoc()};
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4198     auto *FnTy = Block.getBlockExpr()->getFunctionType();