Searched refs:ThisValue (Results 1 – 2 of 2) sorted by relevance
165 : Kind(K), ThisValue(0), CXXThisFieldDecl(0) { in Kind()183 void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()185 llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()212 llvm::Value *ThisValue; variable
1731 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument1733 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()