Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
233 return Cl::CL_LValue; in ClassifyInternal()
257 return Cl::CL_LValue; in ClassifyInternal()
273 return Cl::CL_LValue; in ClassifyInternal()
342 return Cl::CL_LValue; in ClassifyInternal()
472 return Cl::CL_LValue; in ClassifyDecl()
502 return Cl::CL_LValue; in ClassifyUnnamed()
521 return Cl::CL_LValue; in ClassifyMemberExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h329 CL_LValue, enumerator
375 bool isLValue() const { return Kind == CL_LValue; } in isLValue()
384 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()