Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp410 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 DSemaTemplateVariadic.cpp923 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp1966 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
5828 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp2921 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp870 case Type::BlockPointer: in getSimplifiedTypeClass()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst69 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 DCXType.cpp95 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 DDeclSpec.h1177 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 DCGBlocks.cpp1426 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 DCodeGenTypes.cpp745 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.cpp245 case Type::BlockPointer: in getEvaluationKind()
2163 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3491 case Type::BlockPointer: in BuildVTablePointer()
3740 case Type::BlockPointer: in BuildTypeInfo()
H A DCodeGenFunction.h572 llvm::Value *BlockPointer = nullptr;
H A DCGDebugInfo.cpp3325 case Type::BlockPointer: in CreateTypeNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp252 case BlockPointer: in getEndLoc()
H A DType.cpp2367 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 DASTStructuralEquivalence.cpp718 case Type::BlockPointer: in IsStructurallyEquivalent()
H A DTypePrinter.cpp254 case Type::BlockPointer: in canPrefixQualifiers()
H A DASTContext.cpp2212 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 DDecl.cpp1931 case Type::BlockPointer: in typeIsPostfix()
H A DItaniumMangle.cpp2223 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2721 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()),
2740 return T->getTypeClass() == BlockPointer;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7165 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12