| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | TypeBitCodes.def | 16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 407 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 434 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 468 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 527 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 592 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 2769 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 2821 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback() 2922 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 3516 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens() 3666 BlockPointer, enumerator [all …]
|
| HD | SemaTemplateVariadic.cpp | 897 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| HD | DeclSpec.cpp | 322 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| HD | SemaTemplateDeduction.cpp | 1907 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 5606 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| HD | SemaLookup.cpp | 2950 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| HD | SemaCodeComplete.cpp | 828 case Type::BlockPointer: in getSimplifiedTypeClass()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 1176 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator 1556 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1645 I.Kind = BlockPointer; in getBlockPointer() 2293 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGBlocks.cpp | 1499 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter() 1510 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1511 return Address(BlockPointer, BlockInfo->BlockAlign); in LoadBlockStruct() 1595 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction() 1598 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() 1604 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
|
| HD | CodeGenTypes.cpp | 652 case Type::BlockPointer: { in ConvertType()
|
| HD | CodeGenFunction.cpp | 256 case Type::BlockPointer: in getEvaluationKind() 2008 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| HD | ItaniumCXXABI.cpp | 3209 case Type::BlockPointer: in BuildVTablePointer() 3442 case Type::BlockPointer: in BuildTypeInfo()
|
| HD | CodeGenFunction.h | 489 llvm::Value *BlockPointer = nullptr;
|
| HD | CGDebugInfo.cpp | 3070 case Type::BlockPointer: in CreateTypeNode()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | TypeLoc.cpp | 252 case BlockPointer: in getEndLoc()
|
| HD | Type.cpp | 2219 case Type::BlockPointer: in isCXX98PODType() 3677 case Type::BlockPointer: in computeCachedProperties() 3761 case Type::BlockPointer: in computeTypeLinkageInfo() 3854 case Type::BlockPointer: in canHaveNullability()
|
| HD | TypePrinter.cpp | 248 case Type::BlockPointer: in canPrefixQualifiers()
|
| HD | ASTStructuralEquivalence.cpp | 497 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| HD | ASTContext.cpp | 2178 case Type::BlockPointer: in getTypeInfoImpl() 3425 case Type::BlockPointer: in getVariableArrayDecayedType() 7153 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 9150 case Type::BlockPointer: in mergeTypes()
|
| HD | ItaniumMangle.cpp | 1978 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
|
| HD | Decl.cpp | 1894 case Type::BlockPointer: in typeIsPostfix()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | ClangASTContext.cpp | 3005 case clang::Type::BlockPointer: in IsPointerType() 3056 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 3587 case clang::Type::BlockPointer: in GetTypeInfo() 3839 case clang::Type::BlockPointer: in GetTypeClass() 4664 case clang::Type::BlockPointer: in GetEncoding() 4813 case clang::Type::BlockPointer: in GetFormat() 5669 case clang::Type::BlockPointer: in GetNumPointeeChildren()
|
| /freebsd-11-stable/lib/clang/liblldb/ |
| HD | Makefile | 342 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Type.h | 2723 : Type(BlockPointer, CanonicalCls, Pointee->isDependentType(), 2745 return T->getTypeClass() == BlockPointer;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 7041 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()
|