Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp470 SourceLocRAIIObject locRAII{*this, loc}; in emitScalarInit()
482 SourceLocRAIIObject loc{*this, getLoc(init->getSourceRange())}; in emitExprAsInit()
H A DCIRGenFunction.h306 class SourceLocRAIIObject {
311 SourceLocRAIIObject(CIRGenFunction &cgf, mlir::Location value) : cgf(cgf) { in SourceLocRAIIObject() function
320 ~SourceLocRAIIObject() { restore(); } in ~SourceLocRAIIObject()
H A DCIRGenExprScalar.cpp519 CIRGenFunction::SourceLocRAIIObject sourceloc{ in emitScalarPrePostIncDec()
961 CIRGenFunction::SourceLocRAIIObject loc{ in VISITCOMP()
1102 CIRGenFunction::SourceLocRAIIObject sourceloc{ in emitCompoundAssignLValue()
H A DCIRGenCall.cpp621 SourceLocRAIIObject loc{*this, callLoc}; in emitCall()
H A DCIRGenFunction.cpp446 SourceLocRAIIObject fnLoc{*this, loc.isValid() ? getLoc(loc) in generateCode()
H A DCIRGenExpr.cpp1100 SourceLocRAIIObject loc{*this, getLoc(e->getSourceRange())}; in emitBinaryOperatorLValue()