/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 410 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 437 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 471 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 530 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 595 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 2999 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 3051 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback() 3152 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 3766 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens() 3916 BlockPointer, enumerator [all …]
|
H A D | SemaTemplateVariadic.cpp | 923 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
H A D | DeclSpec.cpp | 335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
H A D | SemaTemplateDeduction.cpp | 1966 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 5828 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
H A D | SemaLookup.cpp | 2921 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
H A D | SemaCodeComplete.cpp | 870 case Type::BlockPointer: in getSimplifiedTypeClass()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 95 TKCASE(BlockPointer); in GetTypeKind() 455 case Type::BlockPointer: in clang_getPointeeType() 588 TKIND(BlockPointer); in clang_getTypeKindSpelling()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1177 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1426 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 D | CodeGenTypes.cpp | 745 case Type::BlockPointer: { in ConvertType()
|
H A D | CodeGenFunction.cpp | 245 case Type::BlockPointer: in getEvaluationKind() 2163 case Type::BlockPointer: in EmitVariablyModifiedType()
|
H A D | ItaniumCXXABI.cpp | 3491 case Type::BlockPointer: in BuildVTablePointer() 3740 case Type::BlockPointer: in BuildTypeInfo()
|
H A D | CodeGenFunction.h | 572 llvm::Value *BlockPointer = nullptr;
|
H A D | CGDebugInfo.cpp | 3325 case Type::BlockPointer: in CreateTypeNode()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | TypeLoc.cpp | 252 case BlockPointer: in getEndLoc()
|
H A D | Type.cpp | 2367 case Type::BlockPointer: in isCXX98PODType() 3868 case Type::BlockPointer: in computeCachedProperties() 3955 case Type::BlockPointer: in computeTypeLinkageInfo() 4051 case Type::BlockPointer: in canHaveNullability()
|
H A D | ASTStructuralEquivalence.cpp | 718 case Type::BlockPointer: in IsStructurallyEquivalent()
|
H A D | TypePrinter.cpp | 254 case Type::BlockPointer: in canPrefixQualifiers()
|
H A D | ASTContext.cpp | 2212 case Type::BlockPointer: in getTypeInfoImpl() 3520 case Type::BlockPointer: in getVariableArrayDecayedType() 7606 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 9761 case Type::BlockPointer: in mergeTypes()
|
H A D | Decl.cpp | 1931 case Type::BlockPointer: in typeIsPostfix()
|
H A D | ItaniumMangle.cpp | 2223 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 2721 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()), 2740 return T->getTypeClass() == BlockPointer;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 7165 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|