Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp679 return Cl::CM_Modifiable; in IsModifiable()
724 case Cl::CM_Modifiable: return MLV_Valid; in isModifiableLvalue()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h344 CM_Modifiable, enumerator
379 bool isModifiable() const { return getModifiable() == CM_Modifiable; } in isModifiable()
383 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()