Searched refs:SourceLocRAIIObject (Results 1 – 6 of 6) sorted by relevance
470 SourceLocRAIIObject locRAII{*this, loc}; in emitScalarInit()482 SourceLocRAIIObject loc{*this, getLoc(init->getSourceRange())}; in emitExprAsInit()
306 class SourceLocRAIIObject {311 SourceLocRAIIObject(CIRGenFunction &cgf, mlir::Location value) : cgf(cgf) { in SourceLocRAIIObject() function320 ~SourceLocRAIIObject() { restore(); } in ~SourceLocRAIIObject()
519 CIRGenFunction::SourceLocRAIIObject sourceloc{ in emitScalarPrePostIncDec()961 CIRGenFunction::SourceLocRAIIObject loc{ in VISITCOMP()1102 CIRGenFunction::SourceLocRAIIObject sourceloc{ in emitCompoundAssignLValue()
621 SourceLocRAIIObject loc{*this, callLoc}; in emitCall()
446 SourceLocRAIIObject fnLoc{*this, loc.isValid() ? getLoc(loc) in generateCode()
1100 SourceLocRAIIObject loc{*this, getLoc(e->getSourceRange())}; in emitBinaryOperatorLValue()