OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
398
bool
isLValue
() const { return Kind == LValue; }
Expr.h
146
// type. Additionally, inspect Expr::
isLvalue
to determine whether
259
///
isLValue
- True if this expression is an "l-value" according to
272
bool
isLValue
() const { return getValueKind() == VK_LValue; }
375
bool
isLValue
() const { return Kind == CL_LValue; }
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026