/external/clang/lib/Sema/ |
D | SemaType.cpp | 341 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 …]
|
D | SemaTemplateVariadic.cpp | 757 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
D | DeclSpec.cpp | 271 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
D | SemaTemplateDeduction.cpp | 1561 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 4750 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
D | SemaLookup.cpp | 2674 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
D | SemaCodeComplete.cpp | 630 case Type::BlockPointer: in getSimplifiedTypeClass()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 78 TKCASE(BlockPointer); in GetTypeKind() 362 case Type::BlockPointer: in clang_getPointeeType() 480 TKIND(BlockPointer); in clang_getTypeKindSpelling()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1128 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()
|
D | CodeGenFunction.cpp | 49 BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction() 188 case Type::BlockPointer: in getEvaluationKind() 1712 case Type::BlockPointer: in EmitVariablyModifiedType()
|
D | CodeGenTypes.cpp | 600 case Type::BlockPointer: { in ConvertType()
|
D | ItaniumCXXABI.cpp | 2758 case Type::BlockPointer: in BuildVTablePointer() 2963 case Type::BlockPointer: in BuildTypeInfo()
|
D | CodeGenFunction.h | 290 llvm::Value *BlockPointer; variable
|
D | CGDebugInfo.cpp | 2428 case Type::BlockPointer: in CreateTypeNode()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1103 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/ |
D | TypeNodes.def | 65 TYPE(BlockPointer, Type)
|
D | Type.h | 2289 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2313 return T->getTypeClass() == BlockPointer;
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 231 case BlockPointer: in getEndLoc()
|
D | Type.cpp | 2013 case Type::BlockPointer: in isCXX98PODType() 3332 case Type::BlockPointer: in computeCachedProperties() 3417 case Type::BlockPointer: in computeLinkageInfo() 3512 case Type::BlockPointer: in canHaveNullability()
|
D | TypePrinter.cpp | 218 case Type::BlockPointer: in canPrefixQualifiers()
|
D | ASTContext.cpp | 1698 case Type::BlockPointer: { in getTypeInfoImpl() 2664 case Type::BlockPointer: in getVariableArrayDecayedType() 5788 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 7777 case Type::BlockPointer: in mergeTypes()
|
D | ItaniumMangle.cpp | 1803 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
D | Decl.cpp | 1712 case Type::BlockPointer: in typeIsPostfix()
|
D | ASTImporter.cpp | 525 case Type::BlockPointer: in IsStructurallyEquivalent()
|
D | ExprConstant.cpp | 6495 case Type::BlockPointer: in EvaluateBuiltinClassifyType()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 6201 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|