HomeSort by relevance Sort by last modified time
    Searched defs:getBlockDescriptorType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.cpp 107 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
275 elementTypes.push_back(CGM.getBlockDescriptorType());
788 llvm::Type *CodeGenModule::getBlockDescriptorType() {
822 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 66 milliseconds