OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getValueKind
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Expr.h
250
bool isLValue() const { return
getValueKind
() == VK_LValue; }
251
bool isRValue() const { return
getValueKind
() == VK_RValue; }
252
bool isXValue() const { return
getValueKind
() == VK_XValue; }
253
bool isGLValue() const { return
getValueKind
() != VK_RValue; }
401
///
getValueKind
- The value kind that this expression produces.
402
ExprValueKind
getValueKind
() const {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 1665 milliseconds