Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp153 bool SavedValue; member in __anone4fa00500111::RewriteObjC::DisableReplaceStmtScope
157 : R(R), SavedValue(R.DisableReplaceStmt) { in DisableReplaceStmtScope()
162 R.DisableReplaceStmt = SavedValue; in ~DisableReplaceStmtScope()
H A DRewriteModernObjC.cpp174 bool SavedValue; member in __anonceb1b5150111::RewriteModernObjC::DisableReplaceStmtScope
178 : R(R), SavedValue(R.DisableReplaceStmt) { in DisableReplaceStmtScope()
182 R.DisableReplaceStmt = SavedValue; in ~DisableReplaceStmtScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h179 DominatingLLVMValue::saved_type SavedValue;
192 return Address(DominatingLLVMValue::restore(CGF, value.SavedValue),