Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h811 bool BoundLValue; variable
816 : OpaqueValue(ov), BoundLValue(boundLValue) {} in OpaqueValueMappingData()
869 if (BoundLValue) { in unbind()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h1172 bool BoundLValue;
1177 : OpaqueValue(ov), BoundLValue(boundLValue) {}
1230 if (BoundLValue) {