Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h165 : 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
DCGExpr.cpp1731 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
1733 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()