Home
last modified time | relevance | path

Searched refs:srcLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp101 mlir::Location CIRGenFunction::getLoc(SourceLocation srcLoc) { in getLoc() argument
104 if (srcLoc.isValid()) { in getLoc()
106 PresumedLoc pLoc = sm.getPresumedLoc(srcLoc); in getLoc()
116 mlir::Location CIRGenFunction::getLoc(SourceRange srcLoc) { in getLoc() argument
119 if (srcLoc.isValid()) { in getLoc()
120 mlir::Location beg = getLoc(srcLoc.getBegin()); in getLoc()
121 mlir::Location end = getLoc(srcLoc.getEnd()); in getLoc()
H A DCIRGenFunction.h328 mlir::Location getLoc(clang::SourceLocation srcLoc);
329 mlir::Location getLoc(clang::SourceRange srcLoc);
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h202 std::string srcLoc; member
H A DRelocations.cpp108 if (!errPlace.srcLoc.empty()) in reportRangeError()
109 diag << "\n>>> referenced by " << errPlace.srcLoc; in reportRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp501 if (!place.srcLoc.empty()) in stateChangeWarning()
502 hint = "; " + place.srcLoc; in stateChangeWarning()