Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaType.cpp334 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
359 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
394 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
454 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
519 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
2381 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
2432 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback()
2531 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
2976 BlockPointer, enumerator
3062 case DeclaratorChunk::BlockPointer: in classifyPointerDeclarator()
[all …]
DSemaTemplateVariadic.cpp753 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
DDeclSpec.cpp271 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
DSemaTemplateDeduction.cpp1549 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
4760 case Type::BlockPointer: in MarkUsedTemplateParameters()
DSemaLookup.cpp2584 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
DSemaCodeComplete.cpp613 case Type::BlockPointer: in getSimplifiedTypeClass()
DSemaOverload.cpp1353 } else if (TyClass == Type::BlockPointer) { in IsNoReturnConversion()
/external/clang/tools/libclang/
DCXType.cpp77 TKCASE(BlockPointer); in GetTypeKind()
360 case Type::BlockPointer: in clang_getPointeeType()
471 TKIND(BlockPointer); in clang_getTypeKindSpelling()
/external/clang/include/clang/Sema/
DDeclSpec.h1084 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator
1426 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1522 I.Kind = BlockPointer; in getBlockPointer()
2027 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1125 BlockPointer = Builder.CreateBitCast(arg, in setBlockContextParameter()
1132 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1133 return Address(BlockPointer, BlockInfo->BlockAlign); in LoadBlockStruct()
1199 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1202 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1208 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
DCodeGenFunction.cpp49 BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction()
188 case Type::BlockPointer: in getEvaluationKind()
1643 case Type::BlockPointer: in EmitVariablyModifiedType()
DCodeGenTypes.cpp597 case Type::BlockPointer: { in ConvertType()
DItaniumCXXABI.cpp2725 case Type::BlockPointer: in BuildVTablePointer()
2930 case Type::BlockPointer: in BuildTypeInfo()
DCodeGenFunction.h283 llvm::Value *BlockPointer; variable
DCGDebugInfo.cpp2260 case Type::BlockPointer: in CreateTypeNode()
/external/clang/include/clang/AST/
DTypeNodes.def65 TYPE(BlockPointer, Type)
DType.h2256 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2280 return T->getTypeClass() == BlockPointer;
/external/clang/lib/AST/
DTypeLoc.cpp231 case BlockPointer: in getEndLoc()
DType.cpp2007 case Type::BlockPointer: in isCXX98PODType()
3328 case Type::BlockPointer: in computeCachedProperties()
3411 case Type::BlockPointer: in computeLinkageInfo()
3504 case Type::BlockPointer: in canHaveNullability()
DTypePrinter.cpp214 case Type::BlockPointer: in canPrefixQualifiers()
DASTContext.cpp1707 case Type::BlockPointer: { in getTypeInfoImpl()
2655 case Type::BlockPointer: in getVariableArrayDecayedType()
5692 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
7662 case Type::BlockPointer: in mergeTypes()
DDecl.cpp1709 case Type::BlockPointer: in typeIsPostfix()
DItaniumMangle.cpp1490 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp470 case Type::BlockPointer: in IsStructurallyEquivalent()
/external/clang/lib/Parse/
DParseDecl.cpp6093 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12