Home
last modified time | relevance | path

Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp905 if (BlockDescriptorType) in getBlockDescriptorType()
906 return BlockDescriptorType; in getBlockDescriptorType()
925 BlockDescriptorType = in getBlockDescriptorType()
930 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()
931 return BlockDescriptorType; in getBlockDescriptorType()
DCodeGenModule.h465 llvm::Type *BlockDescriptorType = nullptr; variable
/external/clang/lib/AST/
DASTContext.cpp742 BlockDescriptorType(nullptr), BlockDescriptorExtendedType(nullptr), in ASTContext()
4966 if (BlockDescriptorType) in getBlockDescriptorType()
4967 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
4995 BlockDescriptorType = RD; in getBlockDescriptorType()
4997 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
/external/clang/include/clang/AST/
DASTContext.h288 mutable RecordDecl *BlockDescriptorType; variable