Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h961 : CGF(CGF), OldCXXThisValue(CGF.CXXThisValue) { in CXXDefaultInitExprScope()
965 CGF.CXXThisValue = OldCXXThisValue; in ~CXXDefaultInitExprScope()
970 llvm::Value *OldCXXThisValue; variable