OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpaqueValue
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenFunction.h
785
const OpaqueValueExpr *
OpaqueValue
;
791
:
OpaqueValue
(ov), BoundLValue(boundLValue) {}
793
OpaqueValueMappingData() :
OpaqueValue
(nullptr) {}
838
bool isValid() const { return
OpaqueValue
!= nullptr; }
839
void clear() {
OpaqueValue
= nullptr; }
842
assert(
OpaqueValue
&& "no data to unbind!");
845
CGF.OpaqueLValues.erase(
OpaqueValue
);
847
CGF.OpaqueRValues.erase(
OpaqueValue
);
880
const OpaqueValueExpr *
opaqueValue
,
882
: CGF(CGF), Data(OpaqueValueMappingData::bind(CGF,
opaqueValue
, lvalue))
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
Completed in 152 milliseconds