| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 337 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 362 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 397 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 457 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 522 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 2358 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 2409 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback() 2508 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 2940 BlockPointer, enumerator 3026 case DeclaratorChunk::BlockPointer: in classifyPointerDeclarator() [all …]
|
| HD | SemaTemplateVariadic.cpp | 752 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| HD | DeclSpec.cpp | 280 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| HD | SemaTemplateDeduction.cpp | 1540 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 4701 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| HD | SemaLookup.cpp | 2409 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| HD | SemaCodeComplete.cpp | 613 case Type::BlockPointer: in getSimplifiedTypeClass()
|
| HD | SemaOverload.cpp | 1313 } else if (TyClass == Type::BlockPointer) { in IsNoReturnConversion()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 1088 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren enumerator 1419 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1515 I.Kind = BlockPointer; in getBlockPointer() 2020 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | TypeNodes.def | 65 TYPE(BlockPointer, Type)
|
| HD | Type.h | 2235 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2259 return T->getTypeClass() == BlockPointer;
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | 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()
|
| HD | CodeGenFunction.cpp | 44 IsOutlinedSEHHelper(false), BlockInfo(nullptr), BlockPointer(nullptr), in CodeGenFunction() 132 case Type::BlockPointer: in getEvaluationKind() 1561 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| HD | CodeGenTypes.cpp | 584 case Type::BlockPointer: { in ConvertType()
|
| HD | CodeGenFunction.h | 284 llvm::Value *BlockPointer; variable 1242 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1243 return BlockPointer; in LoadBlockStruct()
|
| HD | ItaniumCXXABI.cpp | 2539 case Type::BlockPointer: in BuildVTablePointer() 2746 case Type::BlockPointer: in BuildTypeInfo()
|
| HD | CGDebugInfo.cpp | 2132 case Type::BlockPointer: in CreateTypeNode()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TypeLoc.cpp | 231 case BlockPointer: in getEndLoc()
|
| HD | Type.cpp | 1968 case Type::BlockPointer: in isCXX98PODType() 3182 case Type::BlockPointer: in computeCachedProperties() 3265 case Type::BlockPointer: in computeLinkageInfo() 3358 case Type::BlockPointer: in canHaveNullability()
|
| HD | TypePrinter.cpp | 214 case Type::BlockPointer: in canPrefixQualifiers()
|
| HD | ASTContext.cpp | 1648 case Type::BlockPointer: { in getTypeInfoImpl() 2596 case Type::BlockPointer: in getVariableArrayDecayedType() 5622 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 7588 case Type::BlockPointer: in mergeTypes()
|
| HD | Decl.cpp | 1691 case Type::BlockPointer: in typeIsPostfix()
|
| HD | ItaniumMangle.cpp | 1492 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
| HD | ASTImporter.cpp | 470 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTType.cpp | 659 case clang::Type::BlockPointer: in IsPointerType() 710 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 1371 case clang::Type::BlockPointer: in GetTypeInfo() 1583 case clang::Type::BlockPointer: return lldb::eTypeClassBlockPointer; in GetTypeClass() 2273 case clang::Type::BlockPointer: in GetEncoding() 2418 case clang::Type::BlockPointer: return lldb::eFormatHex; in GetFormat() 3328 …case clang::Type::BlockPointer: return 0; // If block pointers don't have debug info… in GetNumPointeeChildren() 5704 case clang::Type::BlockPointer: break; in GetDeclContextForType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 6073 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|