Home
last modified time | relevance | path

Searched refs:BlockLiteral (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1778 BlockLiteral, // Block literal declarator. enumerator
2018 case DeclaratorContext::BlockLiteral: in mayOmitIdentifier()
2058 case DeclaratorContext::BlockLiteral: in mayHaveIdentifier()
2101 case DeclaratorContext::BlockLiteral: in mayHaveDecompositionDeclarator()
2157 case DeclaratorContext::BlockLiteral: in mayBeFollowedByCXXDirectInit()
2378 case DeclaratorContext::BlockLiteral: in isFunctionDeclarationContext()
2413 case DeclaratorContext::BlockLiteral: in isExpressionContext()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.h333 llvm::Value *BlockLiteral) const;
DTargetInfo.cpp9117 llvm::Value *BlockLiteral) const override;
11248 llvm::Value *BlockLiteral) const { in createEnqueuedBlockKernel()
11282 llvm::Value *BlockLiteral) const { in createEnqueuedBlockKernel()
11286 auto *BlockTy = BlockLiteral->getType()->getPointerElementType(); in createEnqueuedBlockKernel()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp53 if (D.getContext() != DeclaratorContext::BlockLiteral || in isOmittedBlockReturnType()
1786 if (declarator.getContext() == DeclaratorContext::BlockLiteral) in ConvertDeclSpecToType()
3471 case DeclaratorContext::BlockLiteral: in GetDeclSpecTypeForDeclarator()
3595 case DeclaratorContext::BlockLiteral: in GetDeclSpecTypeForDeclarator()
4673 case DeclaratorContext::BlockLiteral: in GetFullTypeForDeclarator()
5055 D.getContext() == DeclaratorContext::BlockLiteral) in GetFullTypeForDeclarator()
5713 case DeclaratorContext::BlockLiteral: in GetFullTypeForDeclarator()
DSemaExpr.cpp15427 assert(ParamInfo.getContext() == DeclaratorContext::BlockLiteral); in ActOnBlockArguments()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp3455 Declarator DeclaratorInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockId()
3494 Declarator ParamInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockLiteralExpression()
DParseDecl.cpp5999 D.getContext() == DeclaratorContext::BlockLiteral) && in ParseDirectDeclarator()