clang 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Member Functions | |
SourceLocRAIIObject (CIRGenFunction &cgf, mlir::Location value) | |
void | restore () |
Can be used to restore the state early, before the dtor is run. | |
~SourceLocRAIIObject () | |
Definition at line 320 of file CIRGenFunction.h.
|
inline |
Definition at line 325 of file CIRGenFunction.h.
References clang::CIRGen::CIRGenFunction::currSrcLoc.
|
inline |
Definition at line 334 of file CIRGenFunction.h.
References restore().
|
inline |
Can be used to restore the state early, before the dtor is run.
Definition at line 333 of file CIRGenFunction.h.
References clang::CIRGen::CIRGenFunction::currSrcLoc.
Referenced by ~SourceLocRAIIObject().