Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDTypeBitCodes.def16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp407 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 …]
HDSemaTemplateVariadic.cpp897 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
HDDeclSpec.cpp322 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
HDSemaTemplateDeduction.cpp1907 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
5606 case Type::BlockPointer: in MarkUsedTemplateParameters()
HDSemaLookup.cpp2950 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
HDSemaCodeComplete.cpp828 case Type::BlockPointer: in getSimplifiedTypeClass()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1176 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/
HDCGBlocks.cpp1499 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()
HDCodeGenTypes.cpp652 case Type::BlockPointer: { in ConvertType()
HDCodeGenFunction.cpp256 case Type::BlockPointer: in getEvaluationKind()
2008 case Type::BlockPointer: in EmitVariablyModifiedType()
HDItaniumCXXABI.cpp3209 case Type::BlockPointer: in BuildVTablePointer()
3442 case Type::BlockPointer: in BuildTypeInfo()
HDCodeGenFunction.h489 llvm::Value *BlockPointer = nullptr;
HDCGDebugInfo.cpp3070 case Type::BlockPointer: in CreateTypeNode()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypeLoc.cpp252 case BlockPointer: in getEndLoc()
HDType.cpp2219 case Type::BlockPointer: in isCXX98PODType()
3677 case Type::BlockPointer: in computeCachedProperties()
3761 case Type::BlockPointer: in computeTypeLinkageInfo()
3854 case Type::BlockPointer: in canHaveNullability()
HDTypePrinter.cpp248 case Type::BlockPointer: in canPrefixQualifiers()
HDASTStructuralEquivalence.cpp497 case Type::BlockPointer: in IsStructurallyEquivalent()
HDASTContext.cpp2178 case Type::BlockPointer: in getTypeInfoImpl()
3425 case Type::BlockPointer: in getVariableArrayDecayedType()
7153 case Type::BlockPointer: { in getObjCEncodingForTypeImpl()
9150 case Type::BlockPointer: in mergeTypes()
HDItaniumMangle.cpp1978 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
HDDecl.cpp1894 case Type::BlockPointer: in typeIsPostfix()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp3005 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/
HDMakefile342 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2723 : Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2745 return T->getTypeClass() == BlockPointer;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp7041 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12