Searched refs:callLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 441 emitCallLikeOp(CIRGenFunction &cgf, mlir::Location callLoc, in emitCallLikeOp() argument 457 op = builder.createIndirectCallOp(callLoc, indirectFuncVal, indirectFuncTy, in emitCallLikeOp() 460 op = builder.createCallOp(callLoc, directFuncOp, cirCallArgs, attrs); in emitCallLikeOp() 597 mlir::Location callLoc = loc; in emitCall() local 616 destPtr = createMemTemp(retTy, callLoc, getCounterAggTmpAsString()); in emitCall() 621 SourceLocRAIIObject loc{*this, callLoc}; in emitCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 21134 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg() argument 21154 return PerformCopyInitialization(entity, callLoc, arg); in checkUnknownAnyArg()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7881 ExprResult checkUnknownAnyArg(SourceLocation callLoc, Expr *result,
|