Home
last modified time | relevance | path

Searched defs:callLoc (Results 1 – 4 of 4) 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
390 if (auto callLoc = loc.dyn_cast<CallSiteLoc>()) in getCallSiteLoc() local
394 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc() local
475 if (auto callLoc = getCallSiteLoc(loc)) { in emitDiagnostic() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp141 if (auto callLoc = loc.dyn_cast<CallSiteLoc>()) { in translateLoc() local
/external/clang/lib/Sema/
DSemaExpr.cpp14887 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp19166 ExprResult Sema::checkUnknownAnyArg(SourceLocation callLoc, in checkUnknownAnyArg()