Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp375 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 DSemaTemplateVariadic.cpp879 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
H A DDeclSpec.cpp323 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
H A DSemaTemplateDeduction.cpp1896 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch()
5328 case Type::BlockPointer: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp2710 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp625 case Type::BlockPointer: in getSimplifiedTypeClass()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeNodes.def65 TYPE(BlockPointer, Type)
H A DType.h2646 : Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2668 return T->getTypeClass() == BlockPointer;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1150 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 DCGBlocks.cpp1508 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 DCodeGenTypes.cpp638 case Type::BlockPointer: { in ConvertType()
H A DCodeGenFunction.cpp211 case Type::BlockPointer: in getEvaluationKind()
2070 case Type::BlockPointer: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3087 case Type::BlockPointer: in BuildVTablePointer()
3320 case Type::BlockPointer: in BuildTypeInfo()
H A DCodeGenFunction.h481 llvm::Value *BlockPointer = nullptr;
H A DCGDebugInfo.cpp2902 case Type::BlockPointer: in CreateTypeNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp251 case BlockPointer: in getEndLoc()
H A DType.cpp2135 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 DASTStructuralEquivalence.cpp363 case Type::BlockPointer: in IsStructurallyEquivalent()
H A DTypePrinter.cpp249 case Type::BlockPointer: in canPrefixQualifiers()
H A DASTContext.cpp1970 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 DDecl.cpp1832 case Type::BlockPointer: in typeIsPostfix()
H A DItaniumMangle.cpp1918 case Type::BlockPointer: in mangleUnresolvedTypeOrSimpleId()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3431 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 DMakefile333 SRCS+= Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp6696 case DeclaratorChunk::BlockPointer: in ParseMisplacedBracketDeclarator()

12