Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaType.cpp341 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
368 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
403 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
464 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
530 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
2586 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
2638 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback()
2740 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
3213 BlockPointer, enumerator
3300 case DeclaratorChunk::BlockPointer: in classifyPointerDeclarator()
[all …]
DSemaTemplateVariadic.cpp757 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
DDeclSpec.cpp271 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
DSemaTemplateDeduction.cpp1561 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
4750 case Type::BlockPointer: in MarkUsedTemplateParameters()
DSemaLookup.cpp2674 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
DSemaCodeComplete.cpp630 case Type::BlockPointer: in getSimplifiedTypeClass()
/external/clang/tools/libclang/
DCXType.cpp78 TKCASE(BlockPointer); in GetTypeKind()
362 case Type::BlockPointer: in clang_getPointeeType()
480 TKIND(BlockPointer); in clang_getTypeKindSpelling()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1128 BlockPointer = Builder.CreateBitCast(arg, in setBlockContextParameter()
1135 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1136 return Address(BlockPointer, BlockInfo->BlockAlign); in LoadBlockStruct()
1201 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1204 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1210 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
DCodeGenFunction.cpp49 BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction()
188 case Type::BlockPointer: in getEvaluationKind()
1712 case Type::BlockPointer: in EmitVariablyModifiedType()
DCodeGenTypes.cpp600 case Type::BlockPointer: { in ConvertType()
DItaniumCXXABI.cpp2758 case Type::BlockPointer: in BuildVTablePointer()
2963 case Type::BlockPointer: in BuildTypeInfo()
DCodeGenFunction.h290 llvm::Value *BlockPointer; variable
DCGDebugInfo.cpp2428 case Type::BlockPointer: in CreateTypeNode()
/external/clang/include/clang/Sema/
DDeclSpec.h1103 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator
1457 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1556 I.Kind = BlockPointer; in getBlockPointer()
2077 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/external/clang/include/clang/AST/
DTypeNodes.def65 TYPE(BlockPointer, Type)
DType.h2289 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2313 return T->getTypeClass() == BlockPointer;
/external/clang/lib/AST/
DTypeLoc.cpp231 case BlockPointer: in getEndLoc()
DType.cpp2013 case Type::BlockPointer: in isCXX98PODType()
3332 case Type::BlockPointer: in computeCachedProperties()
3417 case Type::BlockPointer: in computeLinkageInfo()
3512 case Type::BlockPointer: in canHaveNullability()
DTypePrinter.cpp218 case Type::BlockPointer: in canPrefixQualifiers()
DASTContext.cpp1698 case Type::BlockPointer: { in getTypeInfoImpl()
2664 case Type::BlockPointer: in getVariableArrayDecayedType()
5788 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
7777 case Type::BlockPointer: in mergeTypes()
DItaniumMangle.cpp1803 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
DDecl.cpp1712 case Type::BlockPointer: in typeIsPostfix()
DASTImporter.cpp525 case Type::BlockPointer: in IsStructurallyEquivalent()
DExprConstant.cpp6495 case Type::BlockPointer: in EvaluateBuiltinClassifyType()
/external/clang/lib/Parse/
DParseDecl.cpp6201 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12