Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h36 struct BlockPointer { struct
416 [[nodiscard]] const BlockPointer &asBlockPointer() const { in asBlockPointer()
693 BlockPointer BS;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp435 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
462 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
496 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
555 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
620 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
2776 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
2828 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback()
2929 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
3570 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens()
3736 BlockPointer, enumerator
[all …]
H A DSemaTemplateVariadic.cpp950 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp2083 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
6373 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp3168 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1408 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter()
1420 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1421 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct()
1502 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1505 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1511 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
H A DCodeGenTypes.cpp719 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.cpp272 case Type::BlockPointer: in getEvaluationKind()
2408 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3867 case Type::BlockPointer: in BuildVTablePointer()
4124 case Type::BlockPointer: in BuildTypeInfo()
H A DCodeGenFunction.h643 llvm::Value *BlockPointer = nullptr;
H A DCGDebugInfo.cpp3770 case Type::BlockPointer: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1252 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1649 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1741 I.Kind = BlockPointer; in getBlockPointer()
2467 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp266 case BlockPointer: in getEndLoc()
H A DType.cpp2627 case Type::BlockPointer: in isCXX98PODType()
4528 case Type::BlockPointer: in computeCachedProperties()
4616 case Type::BlockPointer: in computeTypeLinkageInfo()
4712 case Type::BlockPointer: in canHaveNullability()
H A DASTContext.cpp2251 case Type::BlockPointer: in getTypeInfoImpl()
3196 case Type::BlockPointer: in encodeTypeForFunctionPointerAuth()
4024 case Type::BlockPointer: in getVariableArrayDecayedType()
8830 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
11156 case Type::BlockPointer: in mergeTypes()
13266 case Type::BlockPointer: { in getCommonNonSugarTypeNode()
13510 CANONICAL_TYPE(BlockPointer) in getCommonSugarTypeNode()
H A DASTStructuralEquivalence.cpp866 case Type::BlockPointer: in IsStructurallyEquivalent()
H A DTypePrinter.cpp273 case Type::BlockPointer: in canPrefixQualifiers()
H A DDecl.cpp2047 case Type::BlockPointer: in typeIsPostfix()
H A DItaniumMangle.cpp2402 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3271 case clang::Type::BlockPointer: in IsPointerType()
3324 case clang::Type::BlockPointer: in IsPointerOrReferenceType()
3893 case clang::Type::BlockPointer: in GetTypeInfo()
4153 case clang::Type::BlockPointer: in GetTypeClass()
5072 case clang::Type::BlockPointer: in GetEncoding()
5241 case clang::Type::BlockPointer: in GetFormat()
6135 case clang::Type::BlockPointer: in GetNumPointeeChildren()
/freebsd/lib/clang/liblldb/
H A DMakefile409 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3378 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()),
3397 return T->getTypeClass() == BlockPointer;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8249 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12