| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 375 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 436 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 495 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 560 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 2649 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 2802 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 3312 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens() 3462 BlockPointer, enumerator 5611 case DeclaratorChunk::BlockPointer: in fillAtomicQualLoc() 6218 BlockPointer, enumerator [all …]
|
| H A D | SemaTemplateVariadic.cpp | 879 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| H A D | DeclSpec.cpp | 323 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| H A D | SemaTemplateDeduction.cpp | 1896 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 5328 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 2710 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| H A D | SemaCodeComplete.cpp | 625 case Type::BlockPointer: in getSimplifiedTypeClass()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TypeNodes.def | 65 TYPE(BlockPointer, Type)
|
| H A D | Type.h | 2646 : Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2668 return T->getTypeClass() == BlockPointer;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1150 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator 1530 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1619 I.Kind = BlockPointer; in getBlockPointer() 2248 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1508 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter() 1519 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1520 return Address(BlockPointer, BlockInfo->BlockAlign); in LoadBlockStruct() 1604 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction() 1607 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() 1613 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
|
| H A D | CodeGenTypes.cpp | 638 case Type::BlockPointer: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 211 case Type::BlockPointer: in getEvaluationKind() 2070 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3087 case Type::BlockPointer: in BuildVTablePointer() 3320 case Type::BlockPointer: in BuildTypeInfo()
|
| H A D | CodeGenFunction.h | 481 llvm::Value *BlockPointer = nullptr;
|
| H A D | CGDebugInfo.cpp | 2902 case Type::BlockPointer: in CreateTypeNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 251 case BlockPointer: in getEndLoc()
|
| H A D | Type.cpp | 2135 case Type::BlockPointer: in isCXX98PODType() 3545 case Type::BlockPointer: in computeCachedProperties() 3629 case Type::BlockPointer: in computeTypeLinkageInfo() 3722 case Type::BlockPointer: in canHaveNullability()
|
| H A D | ASTStructuralEquivalence.cpp | 363 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 249 case Type::BlockPointer: in canPrefixQualifiers()
|
| H A D | ASTContext.cpp | 1970 case Type::BlockPointer: in getTypeInfoImpl() 3164 case Type::BlockPointer: in getVariableArrayDecayedType() 6835 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 8841 case Type::BlockPointer: in mergeTypes()
|
| H A D | Decl.cpp | 1832 case Type::BlockPointer: in typeIsPostfix()
|
| H A D | ItaniumMangle.cpp | 1918 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 3431 case clang::Type::BlockPointer: in IsPointerType() 3499 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 4104 case clang::Type::BlockPointer: in GetTypeInfo() 4376 case clang::Type::BlockPointer: in GetTypeClass() 5252 case clang::Type::BlockPointer: in GetEncoding() 5431 case clang::Type::BlockPointer: in GetFormat() 6510 case clang::Type::BlockPointer: in GetNumPointeeChildren()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 333 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6696 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|