Home
last modified time | relevance | path

Searched refs:calleeType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1443 const FunctionType *calleeType = nullptr; in isSwiftAsyncCallee() local
1448 calleeType = calleeQualType->getPointeeType()->castAs<FunctionType>(); in isSwiftAsyncCallee()
1450 calleeType = ty; in isSwiftAsyncCallee()
1454 calleeType = methodDecl->getType()->castAs<FunctionType>(); in isSwiftAsyncCallee()
1461 return calleeType->getCallConv() == CallingConv::CC_SwiftAsync; in isSwiftAsyncCallee()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2696 QualType calleeType = C->getCallee()->getType(); in VisitCallExpr() local
2697 if (calleeType == Context->BoundMemberTy) { in VisitCallExpr()
2702 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()
2706 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn(); in VisitCallExpr()