/external/clang/lib/Sema/ |
D | SemaType.cpp | 325 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 344 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 379 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 436 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 501 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 1946 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 1997 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback() 2096 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 2571 case DeclaratorChunk::BlockPointer: in GetFullTypeForDeclarator() 2602 case DeclaratorChunk::BlockPointer: in GetFullTypeForDeclarator() [all …]
|
D | SemaTemplateVariadic.cpp | 752 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
D | DeclSpec.cpp | 280 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
D | SemaTemplateDeduction.cpp | 1540 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 4681 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
D | SemaLookup.cpp | 2267 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
D | SemaCodeComplete.cpp | 613 case Type::BlockPointer: in getSimplifiedTypeClass()
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 77 TKCASE(BlockPointer); in GetTypeKind() 360 case Type::BlockPointer: in clang_getPointeeType() 471 TKIND(BlockPointer); in clang_getTypeKindSpelling()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1065 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator 1396 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1492 I.Kind = BlockPointer; in getBlockPointer() 1988 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 65 TYPE(BlockPointer, Type)
|
D | Type.h | 2107 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2131 return T->getTypeClass() == BlockPointer;
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 189 case BlockPointer: in getEndLoc()
|
D | Type.cpp | 998 case Type::BlockPointer: in isCXX98PODType() 2199 case Type::BlockPointer: in computeCachedProperties() 2282 case Type::BlockPointer: in computeLinkageInfo()
|
D | TypePrinter.cpp | 214 case Type::BlockPointer: in canPrefixQualifiers()
|
D | ASTContext.cpp | 1623 case Type::BlockPointer: { in getTypeInfoImpl() 2542 case Type::BlockPointer: in getVariableArrayDecayedType() 5524 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 7271 case Type::BlockPointer: in mergeTypes()
|
D | Decl.cpp | 1685 case Type::BlockPointer: in typeIsPostfix()
|
D | ItaniumMangle.cpp | 1492 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTImporter.cpp | 427 case Type::BlockPointer: in IsStructurallyEquivalent()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1170 BlockPointer = Builder.CreateBitCast(blockAddr, in GenerateBlockFunction() 1175 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction() 1178 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() 1185 Builder.CreateAlignedStore(BlockPointer, Alloca, Align); in GenerateBlockFunction() 1193 Builder.CreateStructGEP(blockInfo.StructureType, BlockPointer, in GenerateBlockFunction()
|
D | CodeGenFunction.cpp | 43 IsOutlinedSEHHelper(false), BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction() 131 case Type::BlockPointer: in getEvaluationKind() 1539 case Type::BlockPointer: in EmitVariablyModifiedType()
|
D | CodeGenTypes.cpp | 582 case Type::BlockPointer: { in ConvertType()
|
D | CodeGenFunction.h | 271 llvm::Value *BlockPointer; variable 1198 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1199 return BlockPointer; in LoadBlockStruct()
|
D | ItaniumCXXABI.cpp | 2531 case Type::BlockPointer: in BuildVTablePointer() 2731 case Type::BlockPointer: in BuildTypeInfo()
|
D | CGDebugInfo.cpp | 2158 case Type::BlockPointer: in CreateTypeNode()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 469 case clang::Type::BlockPointer: in IsPointerType() 520 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 1172 case clang::Type::BlockPointer: in GetTypeInfo() 1384 case clang::Type::BlockPointer: return lldb::eTypeClassBlockPointer; in GetTypeClass() 1814 case clang::Type::BlockPointer: in GetEncoding() 1955 case clang::Type::BlockPointer: return lldb::eFormatHex; in GetFormat() 2855 …case clang::Type::BlockPointer: return 0; // If block pointers don't have debug info… in GetNumPointeeChildren() 5134 case clang::Type::BlockPointer: break; in GetDeclContextForType()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 5893 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|