Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp5822 FromClassification = Expr::Classification::makeSimpleLValue(); in PerformImplicitObjectArgumentInitialization()
6817 Expr::Classification::makeSimpleLValue(), Args, in AddOverloadCandidate()
7316 ObjectClassification = Expr::Classification::makeSimpleLValue(); in AddFunctionCandidates()
15309 = UnresExpr->isArrow()? Expr::Classification::makeSimpleLValue() in BuildCallToMemberFunction()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h388 static Classification makeSimpleLValue() { in makeSimpleLValue() function