Searched refs:CXXABIThisValue (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h55 return CGF.CXXABIThisValue;
H A DCodeGenFunction.cpp40 CXXABIThisDecl(0), CXXABIThisValue(0), CXXThisValue(0), CXXVTTDecl(0),
368 LValue LambdaLV = MakeNaturalAlignAddrLValue(CXXABIThisValue,
378 CXXThisValue = CXXABIThisValue;
H A DCGVTables.cpp332 CXXThisValue = CXXABIThisValue;
H A DCodeGenFunction.h1171 llvm::Value *CXXABIThisValue; member in namespace:clang::CodeGen
H A DCGExpr.cpp1575 LValue LambdaLV = MakeNaturalAlignAddrLValue(CXXABIThisValue,

Completed in 87 milliseconds