| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 425 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 D | SemaTemplateVariadic.cpp | 933 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| H A D | DeclSpec.cpp | 335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| H A D | SemaTemplateDeduction.cpp | 1939 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 6199 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 3205 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| H A D | SemaCodeComplete.cpp | 893 case Type::BlockPointer: in getSimplifiedTypeClass()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1396 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 D | CodeGenTypes.cpp | 658 case Type::BlockPointer: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 239 case Type::BlockPointer: in getEvaluationKind() 2329 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3595 case Type::BlockPointer: in BuildVTablePointer() 3848 case Type::BlockPointer: in BuildTypeInfo()
|
| H A D | CodeGenFunction.h | 619 llvm::Value *BlockPointer = nullptr;
|
| H A D | CGDebugInfo.cpp | 3620 case Type::BlockPointer: in CreateTypeNode()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1216 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 D | TypeLoc.cpp | 266 case BlockPointer: in getEndLoc()
|
| H A D | Type.cpp | 2544 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 D | ASTContext.cpp | 2211 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 D | TypePrinter.cpp | 272 case Type::BlockPointer: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 855 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| H A D | Decl.cpp | 2062 case Type::BlockPointer: in typeIsPostfix()
|
| H A D | ItaniumMangle.cpp | 2402 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3234 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 D | Makefile | 396 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 2981 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()), 3000 return T->getTypeClass() == BlockPointer;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 7797 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|