HomeSort by relevance Sort by last modified time
    Searched refs:BlockDescriptorType (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.cpp 789 if (BlockDescriptorType)
790 return BlockDescriptorType;
809 BlockDescriptorType =
814 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType);
815 return BlockDescriptorType;
    [all...]
CodeGenModule.h 347 llvm::Type *BlockDescriptorType;
    [all...]
CodeGenModule.cpp 79 BlockDescriptorType(0), GenericBlockLiteralType(0) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 248 mutable RecordDecl *BlockDescriptorType;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 233 BlockDescriptorType(0), BlockDescriptorExtendedType(0),
    [all...]

Completed in 822 milliseconds