Home
last modified time | relevance | path

Searched refs:BlockPointer (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp411 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
472 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
531 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
596 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
3032 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
3185 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
3799 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens()
3949 BlockPointer, enumerator
6243 case DeclaratorChunk::BlockPointer: in fillAtomicQualLoc()
6841 BlockPointer, enumerator
[all …]
H A DSemaTemplateVariadic.cpp923 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp1966 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
5828 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp2921 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp870 case Type::BlockPointer: in getSimplifiedTypeClass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1177 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1562 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1654 I.Kind = BlockPointer; in getBlockPointer()
2309 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1426 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter()
1437 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1438 return Address(BlockPointer, BlockInfo->BlockAlign); in LoadBlockStruct()
1522 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1525 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1531 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
H A DCodeGenTypes.cpp745 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.cpp245 case Type::BlockPointer: in getEvaluationKind()
2177 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3531 case Type::BlockPointer: in BuildVTablePointer()
3780 case Type::BlockPointer: in BuildTypeInfo()
H A DCodeGenFunction.h572 llvm::Value *BlockPointer = nullptr;
H A DCGDebugInfo.cpp3307 case Type::BlockPointer: in CreateTypeNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp252 case BlockPointer: in getEndLoc()
H A DType.cpp2370 case Type::BlockPointer: in isCXX98PODType()
3873 case Type::BlockPointer: in computeCachedProperties()
3960 case Type::BlockPointer: in computeTypeLinkageInfo()
4056 case Type::BlockPointer: in canHaveNullability()
H A DASTStructuralEquivalence.cpp719 case Type::BlockPointer: in IsStructurallyEquivalent()
H A DTypePrinter.cpp254 case Type::BlockPointer: in canPrefixQualifiers()
H A DASTContext.cpp2227 case Type::BlockPointer: in getTypeInfoImpl()
3535 case Type::BlockPointer: in getVariableArrayDecayedType()
7625 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
9803 case Type::BlockPointer: in mergeTypes()
H A DDecl.cpp1931 case Type::BlockPointer: in typeIsPostfix()
H A DItaniumMangle.cpp2230 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3255 case clang::Type::BlockPointer: in IsPointerType()
3306 case clang::Type::BlockPointer: in IsPointerOrReferenceType()
3859 case clang::Type::BlockPointer: in GetTypeInfo()
4114 case clang::Type::BlockPointer: in GetTypeClass()
5037 case clang::Type::BlockPointer: in GetEncoding()
5194 case clang::Type::BlockPointer: in GetFormat()
6047 case clang::Type::BlockPointer: in GetNumPointeeChildren()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile371 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2721 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()),
2740 return T->getTypeClass() == BlockPointer;
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7182 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12