OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getModifiable
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
ExprClassification.cpp
615
return VC.
getModifiable
() == Cl::CM_LValueCast ?
619
switch (VC.
getModifiable
()) {
/external/clang/include/clang/AST/
Expr.h
296
ModifiableType
getModifiable
() const {
305
bool isModifiable() const { return
getModifiable
() == CM_Modifiable; }
[
all
...]
Completed in 121 milliseconds