Home
last modified time | relevance | path

Searched refs:BlockDescriptorExtendedType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp740 BlockDescriptorExtendedType(nullptr), cudaConfigureCallDecl(nullptr), in ASTContext()
4723 if (BlockDescriptorExtendedType) in getBlockDescriptorExtendedType()
4724 return getTagDeclType(BlockDescriptorExtendedType); in getBlockDescriptorExtendedType()
4757 BlockDescriptorExtendedType = RD; in getBlockDescriptorExtendedType()
4758 return getTagDeclType(BlockDescriptorExtendedType); in getBlockDescriptorExtendedType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h271 mutable RecordDecl *BlockDescriptorExtendedType; variable