| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 326 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 D | SemaTemplateVariadic.cpp | 757 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| H A D | DeclSpec.cpp | 280 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| H A D | SemaTemplateDeduction.cpp | 1576 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 4797 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 2247 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| H A D | SemaCodeComplete.cpp | 614 case Type::BlockPointer: in getSimplifiedTypeClass()
|
| H A D | SemaOverload.cpp | 1301 } else if (TyClass == Type::BlockPointer) { in IsNoReturnConversion()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 77 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 D | TypeNodes.def | 65 TYPE(BlockPointer, Type)
|
| H A D | Type.h | 2106 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2130 return T->getTypeClass() == BlockPointer;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1065 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 D | TypeLoc.cpp | 189 case BlockPointer: in getEndLoc()
|
| H A D | Type.cpp | 1005 case Type::BlockPointer: in isCXX98PODType() 2206 case Type::BlockPointer: in computeCachedProperties() 2289 case Type::BlockPointer: in computeLinkageInfo()
|
| H A D | TypePrinter.cpp | 210 case Type::BlockPointer: in canPrefixQualifiers()
|
| H A D | ASTContext.cpp | 1614 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 D | ItaniumMangle.cpp | 859 case Type::BlockPointer: in mangleUnresolvedPrefix()
|
| H A D | Decl.cpp | 1632 case Type::BlockPointer: in typeIsPostfix()
|
| H A D | ASTImporter.cpp | 426 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1167 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 D | CodeGenFunction.cpp | 43 BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction() 127 case Type::BlockPointer: in getEvaluationKind() 1523 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| H A D | CodeGenTypes.cpp | 582 case Type::BlockPointer: { in ConvertType()
|
| H A D | CodeGenFunction.h | 266 llvm::Value *BlockPointer; variable 1225 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1226 return BlockPointer; in LoadBlockStruct()
|
| H A D | ItaniumCXXABI.cpp | 2452 case Type::BlockPointer: in BuildVTablePointer() 2651 case Type::BlockPointer: in BuildTypeInfo()
|
| H A D | CGDebugInfo.cpp | 2136 case Type::BlockPointer: in CreateTypeNode()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5864 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|