Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h1040 : CGF(CGF), OldCXXThisValue(CGF.CXXThisValue), in CXXDefaultInitExprScope()
1046 CGF.CXXThisValue = OldCXXThisValue; in ~CXXDefaultInitExprScope()
1052 llvm::Value *OldCXXThisValue; variable