HomeSort by: relevance | last modified time | path
    Searched refs:ThisFieldLValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1966 LValue ThisFieldLValue =
1969 CXXThisValue = ThisFieldLValue.getAddress(*this).getPointer();
1971 CXXThisValue = EmitLoadOfLValue(ThisFieldLValue, SourceLocation())
CodeGenFunction.cpp 1114 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField);
1117 CXXThisValue = ThisFieldLValue.getAddress(*this).getPointer();
1122 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal();

Completed in 28 milliseconds