Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp5489 FromClassification = Expr::Classification::makeSimpleLValue(); in PerformObjectArgumentInitialization()
6346 Expr::Classification::makeSimpleLValue(), Args, in AddOverloadCandidate()
6849 ObjectClassification = Expr::Classification::makeSimpleLValue(); in AddFunctionCandidates()
14480 = UnresExpr->isArrow()? Expr::Classification::makeSimpleLValue() in BuildCallToMemberFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h381 static Classification makeSimpleLValue() { in makeSimpleLValue() function