Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5794 FromClassification = Expr::Classification::makeSimpleLValue(); in PerformImplicitObjectArgumentInitialization()
6768 Expr::Classification::makeSimpleLValue(), Args, in AddOverloadCandidate()
7275 ObjectClassification = Expr::Classification::makeSimpleLValue(); in AddFunctionCandidates()
15301 = UnresExpr->isArrow()? Expr::Classification::makeSimpleLValue() in BuildCallToMemberFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h383 static Classification makeSimpleLValue() { in makeSimpleLValue() function