HomeSort by: relevance | last modified time | path
    Searched defs:getBlockDescriptorType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 207 CGM.getBlockDescriptorType());
284 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
499 elementTypes.push_back(CGM.getBlockDescriptorType());
1109 llvm::Type *CodeGenModule::getBlockDescriptorType() {
1145 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6624 QualType ASTContext::getBlockDescriptorType() const {

Completed in 34 milliseconds