Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp902 if (BlockDescriptorType) in getBlockDescriptorType()
903 return BlockDescriptorType; in getBlockDescriptorType()
922 BlockDescriptorType = in getBlockDescriptorType()
927 BlockDescriptorType = llvm::PointerType::getUnqual(BlockDescriptorType); in getBlockDescriptorType()
928 return BlockDescriptorType; in getBlockDescriptorType()
DCodeGenModule.h459 llvm::Type *BlockDescriptorType; variable
DCodeGenModule.cpp97 BlockObjectDispose(nullptr), BlockDescriptorType(nullptr), in CodeGenModule()
/external/clang/lib/AST/
DASTContext.cpp743 ucontext_tDecl(nullptr), BlockDescriptorType(nullptr), in ASTContext()
4882 if (BlockDescriptorType) in getBlockDescriptorType()
4883 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
4911 BlockDescriptorType = RD; in getBlockDescriptorType()
4913 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()
/external/clang/include/clang/AST/
DASTContext.h279 mutable RecordDecl *BlockDescriptorType; variable