Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaType.cpp325 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 …]
DSemaTemplateVariadic.cpp752 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
DDeclSpec.cpp280 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
DSemaTemplateDeduction.cpp1540 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
4681 case Type::BlockPointer: in MarkUsedTemplateParameters()
DSemaLookup.cpp2267 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
DSemaCodeComplete.cpp613 case Type::BlockPointer: in getSimplifiedTypeClass()
/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.h1065 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/
DTypeNodes.def65 TYPE(BlockPointer, Type)
DType.h2107 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2131 return T->getTypeClass() == BlockPointer;
/external/clang/lib/AST/
DTypeLoc.cpp189 case BlockPointer: in getEndLoc()
DType.cpp998 case Type::BlockPointer: in isCXX98PODType()
2199 case Type::BlockPointer: in computeCachedProperties()
2282 case Type::BlockPointer: in computeLinkageInfo()
DTypePrinter.cpp214 case Type::BlockPointer: in canPrefixQualifiers()
DASTContext.cpp1623 case Type::BlockPointer: { in getTypeInfoImpl()
2542 case Type::BlockPointer: in getVariableArrayDecayedType()
5524 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
7271 case Type::BlockPointer: in mergeTypes()
DDecl.cpp1685 case Type::BlockPointer: in typeIsPostfix()
DItaniumMangle.cpp1492 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp427 case Type::BlockPointer: in IsStructurallyEquivalent()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1170 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()
DCodeGenFunction.cpp43 IsOutlinedSEHHelper(false), BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction()
131 case Type::BlockPointer: in getEvaluationKind()
1539 case Type::BlockPointer: in EmitVariablyModifiedType()
DCodeGenTypes.cpp582 case Type::BlockPointer: { in ConvertType()
DCodeGenFunction.h271 llvm::Value *BlockPointer; variable
1198 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1199 return BlockPointer; in LoadBlockStruct()
DItaniumCXXABI.cpp2531 case Type::BlockPointer: in BuildVTablePointer()
2731 case Type::BlockPointer: in BuildTypeInfo()
DCGDebugInfo.cpp2158 case Type::BlockPointer: in CreateTypeNode()
/external/lldb/source/Symbol/
DClangASTType.cpp469 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/
DParseDecl.cpp5893 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12