Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp153 bool SavedValue; member in __anonf8c858050111::RewriteObjC::DisableReplaceStmtScope
157 : R(R), SavedValue(R.DisableReplaceStmt) { in DisableReplaceStmtScope()
162 R.DisableReplaceStmt = SavedValue; in ~DisableReplaceStmtScope()
H A DRewriteModernObjC.cpp173 bool SavedValue; member in __anon7c92408a0111::RewriteModernObjC::DisableReplaceStmtScope
177 : R(R), SavedValue(R.DisableReplaceStmt) { in DisableReplaceStmtScope()
181 R.DisableReplaceStmt = SavedValue; in ~DisableReplaceStmtScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h184 DominatingLLVMValue::saved_type SavedValue;
196 return Address(DominatingLLVMValue::restore(CGF, value.SavedValue),