Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp96 return Cl::CL_LValue; in ClassifyExprValueKind()
143 return Cl::CL_LValue; in ClassifyInternal()
219 return Cl::CL_LValue; in ClassifyInternal()
239 return Cl::CL_LValue; in ClassifyInternal()
255 return Cl::CL_LValue; in ClassifyInternal()
319 return Cl::CL_LValue; in ClassifyInternal()
399 return Cl::CL_LValue; in ClassifyInternal()
467 return Cl::CL_LValue; in ClassifyUnnamed()
486 return Cl::CL_LValue; in ClassifyMemberExpr()
500 return Cl::CL_LValue; in ClassifyMemberExpr()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h306 CL_LValue, enumerator
352 bool isLValue() const { return Kind == CL_LValue; } in isLValue()
361 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()