Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp425 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
486 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
545 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
610 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
3252 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
3405 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
4036 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens()
4202 BlockPointer, enumerator
6613 case DeclaratorChunk::BlockPointer: in fillAtomicQualLoc()
7244 BlockPointer, enumerator
[all …]
H A DSemaTemplateVariadic.cpp933 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp1939 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
6199 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp3205 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp893 case Type::BlockPointer: in getSimplifiedTypeClass()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1396 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter()
1408 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1409 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct()
1490 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1493 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1499 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
H A DCodeGenTypes.cpp658 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.cpp239 case Type::BlockPointer: in getEvaluationKind()
2329 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3595 case Type::BlockPointer: in BuildVTablePointer()
3848 case Type::BlockPointer: in BuildTypeInfo()
H A DCodeGenFunction.h619 llvm::Value *BlockPointer = nullptr;
H A DCGDebugInfo.cpp3620 case Type::BlockPointer: in CreateTypeNode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1216 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1601 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1693 I.Kind = BlockPointer; in getBlockPointer()
2389 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp266 case BlockPointer: in getEndLoc()
H A DType.cpp2544 case Type::BlockPointer: in isCXX98PODType()
4299 case Type::BlockPointer: in computeCachedProperties()
4386 case Type::BlockPointer: in computeTypeLinkageInfo()
4481 case Type::BlockPointer: in canHaveNullability()
H A DASTContext.cpp2211 case Type::BlockPointer: in getTypeInfoImpl()
3613 case Type::BlockPointer: in getVariableArrayDecayedType()
8372 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
10681 case Type::BlockPointer: in mergeTypes()
12762 case Type::BlockPointer: { in getCommonNonSugarTypeNode()
12998 CANONICAL_TYPE(BlockPointer) in getCommonSugarTypeNode()
H A DTypePrinter.cpp272 case Type::BlockPointer: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp855 case Type::BlockPointer: in IsStructurallyEquivalent()
H A DDecl.cpp2062 case Type::BlockPointer: in typeIsPostfix()
H A DItaniumMangle.cpp2402 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3234 case clang::Type::BlockPointer: in IsPointerType()
3287 case clang::Type::BlockPointer: in IsPointerOrReferenceType()
3856 case clang::Type::BlockPointer: in GetTypeInfo()
4113 case clang::Type::BlockPointer: in GetTypeClass()
5005 case clang::Type::BlockPointer: in GetEncoding()
5168 case clang::Type::BlockPointer: in GetFormat()
6018 case clang::Type::BlockPointer: in GetNumPointeeChildren()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile396 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2981 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()),
3000 return T->getTypeClass() == BlockPointer;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7797 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12