Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp326 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
345 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType()
380 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr()
437 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator()
502 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr()
1926 case DeclaratorChunk::BlockPointer: in inferARCWriteback()
1977 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback()
2076 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers()
2531 case DeclaratorChunk::BlockPointer: in GetFullTypeForDeclarator()
2562 case DeclaratorChunk::BlockPointer: in GetFullTypeForDeclarator()
[all …]
H A DSemaTemplateVariadic.cpp757 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp280 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp1576 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
4797 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp2247 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp614 case Type::BlockPointer: in getSimplifiedTypeClass()
H A DSemaOverload.cpp1301 } else if (TyClass == Type::BlockPointer) { in IsNoReturnConversion()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXType.cpp77 TKCASE(BlockPointer); in GetTypeKind()
360 case Type::BlockPointer: in clang_getPointeeType()
471 TKIND(BlockPointer); in clang_getTypeKindSpelling()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeNodes.def65 TYPE(BlockPointer, Type)
H A DType.h2106 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2130 return T->getTypeClass() == BlockPointer;
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1065 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator
1396 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy()
1490 I.Kind = BlockPointer; in getBlockPointer()
1986 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp189 case BlockPointer: in getEndLoc()
H A DType.cpp1005 case Type::BlockPointer: in isCXX98PODType()
2206 case Type::BlockPointer: in computeCachedProperties()
2289 case Type::BlockPointer: in computeLinkageInfo()
H A DTypePrinter.cpp210 case Type::BlockPointer: in canPrefixQualifiers()
H A DASTContext.cpp1614 case Type::BlockPointer: { in getTypeInfoImpl()
2521 case Type::BlockPointer: in getVariableArrayDecayedType()
5489 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
7236 case Type::BlockPointer: in mergeTypes()
H A DItaniumMangle.cpp859 case Type::BlockPointer: in mangleUnresolvedPrefix()
H A DDecl.cpp1632 case Type::BlockPointer: in typeIsPostfix()
H A DASTImporter.cpp426 case Type::BlockPointer: in IsStructurallyEquivalent()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1167 BlockPointer = Builder.CreateBitCast(blockAddr, in GenerateBlockFunction()
1172 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction()
1175 llvm::AllocaInst *Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction()
1182 Builder.CreateAlignedStore(BlockPointer, Alloca, Align); in GenerateBlockFunction()
1189 llvm::Value *addr = Builder.CreateStructGEP(BlockPointer, in GenerateBlockFunction()
H A DCodeGenFunction.cpp43 BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction()
127 case Type::BlockPointer: in getEvaluationKind()
1523 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DCodeGenTypes.cpp582 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.h266 llvm::Value *BlockPointer; variable
1225 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct()
1226 return BlockPointer; in LoadBlockStruct()
H A DItaniumCXXABI.cpp2452 case Type::BlockPointer: in BuildVTablePointer()
2651 case Type::BlockPointer: in BuildTypeInfo()
H A DCGDebugInfo.cpp2136 case Type::BlockPointer: in CreateTypeNode()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp5864 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12