Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp56 case Cl::CL_LValue: in ClassifyImpl()
101 return Cl::CL_LValue; in ClassifyExprValueKind()
151 return Cl::CL_LValue; in ClassifyInternal()
230 return Cl::CL_LValue; in ClassifyInternal()
254 return Cl::CL_LValue; in ClassifyInternal()
270 return Cl::CL_LValue; in ClassifyInternal()
339 return Cl::CL_LValue; in ClassifyInternal()
489 return Cl::CL_LValue; in ClassifyUnnamed()
508 return Cl::CL_LValue; in ClassifyMemberExpr()
522 return Cl::CL_LValue; in ClassifyMemberExpr()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h327 CL_LValue, enumerator
373 bool isLValue() const { return Kind == CL_LValue; } in isLValue()
382 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()