| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.mm | 121 namespace BlockPointer { 162 // [email protected]:* {{'Types::BlockPointer::invalid1' has different definitions in differe… 165 // [email protected]:* {{'Types::BlockPointer::invalid2' has different definitions in differe… 168 // [email protected]:* {{'Types::BlockPointer::invalid3' has different definitions in differe… 171 // [email protected]:* {{'Types::BlockPointer::invalid4' has different definitions in differe… 175 } // namespace BlockPointer
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CMakeLists.txt | 2 BlockPointer.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BUILD.gn | 23 "BlockPointer.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 408 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 469 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 528 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 593 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 3092 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 3245 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 3866 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens() 4030 BlockPointer, enumerator 6362 case DeclaratorChunk::BlockPointer: in fillAtomicQualLoc() 6990 BlockPointer, enumerator [all …]
|
| H A D | SemaTemplateVariadic.cpp | 921 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| H A D | DeclSpec.cpp | 335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| H A D | SemaTemplateDeduction.cpp | 1880 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 5706 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 3177 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 69 reference interpreter-allocated memory (``BlockPointer``) or point to an 224 * **BlockPointer**: used to reference memory allocated and managed by the 251 BlockPointer subsection
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1432 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter() 1443 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1444 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct() 1525 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction() 1528 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() 1534 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
|
| H A D | CodeGenTypes.cpp | 767 case Type::BlockPointer: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 235 case Type::BlockPointer: in getEvaluationKind() 2239 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3494 case Type::BlockPointer: in BuildVTablePointer() 3745 case Type::BlockPointer: in BuildTypeInfo()
|
| H A D | CodeGenFunction.h | 610 llvm::Value *BlockPointer = nullptr;
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1178 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator 1563 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1655 I.Kind = BlockPointer; in getBlockPointer() 2343 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 96 TKCASE(BlockPointer); in GetTypeKind() 461 case Type::BlockPointer: in clang_getPointeeType() 595 TKIND(BlockPointer); in clang_getTypeKindSpelling()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 259 case BlockPointer: in getEndLoc()
|
| H A D | Type.cpp | 2394 case Type::BlockPointer: in isCXX98PODType() 3938 case Type::BlockPointer: in computeCachedProperties() 4025 case Type::BlockPointer: in computeTypeLinkageInfo() 4121 case Type::BlockPointer: in canHaveNullability()
|
| H A D | ASTStructuralEquivalence.cpp | 720 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 276 case Type::BlockPointer: in canPrefixQualifiers()
|
| H A D | ASTContext.cpp | 2253 case Type::BlockPointer: in getTypeInfoImpl() 3621 case Type::BlockPointer: in getVariableArrayDecayedType() 8254 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 10440 case Type::BlockPointer: in mergeTypes()
|
| H A D | Decl.cpp | 1972 case Type::BlockPointer: in typeIsPostfix()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3279 case clang::Type::BlockPointer: in IsPointerType() 3330 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 3883 case clang::Type::BlockPointer: in GetTypeInfo() 4139 case clang::Type::BlockPointer: in GetTypeClass() 5071 case clang::Type::BlockPointer: in GetEncoding() 5232 case clang::Type::BlockPointer: in GetFormat() 6088 case clang::Type::BlockPointer: in GetNumPointeeChildren()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Type.h | 2799 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()), 2818 return T->getTypeClass() == BlockPointer;
|