Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp831 T = getContext().getBlockPointerType(T); in getVarRegion()
/external/clang/lib/Sema/
DSemaLambda.cpp1339 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
DSemaType.cpp2325 return Context.getBlockPointerType(T); in BuildBlockPointerType()
5411 return C.getBlockPointerType(New); in wrap()
DSemaExpr.cpp5964 ResultTy = S.Context.getBlockPointerType(ResultTy); in checkConditionalPointerCompatibility()
11632 BlockTy = Context.getBlockPointerType(BlockTy); in ActOnBlockStmtExpr()
14227 DestType = S.Context.getBlockPointerType(DestType); in VisitCallExpr()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1390 QualType block_pointer_type = ast_context->getBlockPointerType(generic_function_type); in MaybePromoteToBlockPointerType()
/external/clang/include/clang/AST/
DASTContext.h1075 QualType getBlockPointerType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2424 QualType ASTContext::getBlockPointerType(QualType T) const { in getBlockPointerType() function in ASTContext
2440 Canonical = getBlockPointerType(getCanonicalType(T)); in getBlockPointerType()
7678 return getBlockPointerType(ResultType); in mergeTypes()
DType.cpp714 return Ctx.getBlockPointerType(pointeeType); in VisitBlockPointerType()
DASTImporter.cpp1536 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()
/external/clang/lib/Serialization/
DASTReader.cpp5249 return Context.getBlockPointerType(PointeeType); in readTypeRecord()