Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6067 FromClassification = Expr::Classification::makeSimpleLValue(); in PerformImplicitObjectArgumentInitialization()
7063 Expr::Classification::makeSimpleLValue(), Args, in AddOverloadCandidate()
7607 ObjectClassification = Expr::Classification::makeSimpleLValue(); in AddFunctionCandidates()
16127 = UnresExpr->isArrow()? Expr::Classification::makeSimpleLValue() in BuildCallToMemberFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h387 static Classification makeSimpleLValue() { in makeSimpleLValue() function