Home
last modified time | relevance | path

Searched refs:getBlockPointerType (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp1248 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
HDSemaType.cpp1839 return Context.getBlockPointerType(T); in BuildBlockPointerType()
4326 return C.getBlockPointerType(New); in wrap()
HDSemaExpr.cpp5425 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
10415 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
12862 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h932 QualType getBlockPointerType(QualType T) const;
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1476 QualType block_pointer_type = ast_context->getBlockPointerType(generic_function_type); in MaybePromoteToBlockPointerType()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2207 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2223 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7272 return getBlockPointerType(ResultType); in mergeTypes()
HDASTImporter.cpp1494 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4557 return Context.getBlockPointerType(PointeeType); in readTypeRecord()