Searched refs:callLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 373 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/ |
D | DebugTranslation.cpp | 141 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/ |
D | SemaExpr.cpp | 14887 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg() argument 14907 return PerformCopyInitialization(entity, callLoc, arg); in checkUnknownAnyArg()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8883 ExprResult checkUnknownAnyArg(SourceLocation callLoc,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 19166 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg() argument 19186 return PerformCopyInitialization(entity, callLoc, arg); in checkUnknownAnyArg()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11503 ExprResult checkUnknownAnyArg(SourceLocation callLoc,
|