Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h308 std::optional<mlir::Location> oldLoc; variable
313 oldLoc = cgf.currSrcLoc; in SourceLocRAIIObject()
319 void restore() { cgf.currSrcLoc = oldLoc; } in restore()