Home
last modified time | relevance | path

Searched refs:callLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp373 if (auto callLoc = loc.dyn_cast<CallSiteLoc>()) in getFileLineColLoc() local
377 if (auto callLoc = getFileLineColLoc(subLoc)) { in getFileLineColLoc() local
378 return callLoc; in getFileLineColLoc()
390 if (auto callLoc = loc.dyn_cast<CallSiteLoc>()) in getCallSiteLoc() local
391 return callLoc; in getCallSiteLoc()
394 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc() local
395 return callLoc; in getCallSiteLoc()
475 if (auto callLoc = getCallSiteLoc(loc)) { in emitDiagnostic() local
477 loc = callLoc->getCaller(); in emitDiagnostic()
480 if ((callLoc = getCallSiteLoc(loc))) in emitDiagnostic()
[all …]
/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp141 if (auto callLoc = loc.dyn_cast<CallSiteLoc>()) { in translateLoc() local
143 const auto *callerLoc = translateLoc(callLoc.getCaller(), scope, inlinedAt); in translateLoc()
144 llvmLoc = translateLoc(callLoc.getCallee(), scope, callerLoc); in translateLoc()
/external/clang/lib/Sema/
DSemaExpr.cpp14887 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg() argument
14907 return PerformCopyInitialization(entity, callLoc, arg); in checkUnknownAnyArg()
/external/clang/include/clang/Sema/
DSema.h8883 ExprResult checkUnknownAnyArg(SourceLocation callLoc,
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp19166 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg() argument
19186 return PerformCopyInitialization(entity, callLoc, arg); in checkUnknownAnyArg()
/external/llvm-project/clang/include/clang/Sema/
DSema.h11503 ExprResult checkUnknownAnyArg(SourceLocation callLoc,