Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaOverload.cpp4801 FromClassification = Expr::Classification::makeSimpleLValue(); in PerformObjectArgumentInitialization()
5473 QualType(), Expr::Classification::makeSimpleLValue(), in AddOverloadCandidate()
11147 = UnresExpr->isArrow()? Expr::Classification::makeSimpleLValue() in BuildCallToMemberFunction()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h357 static Classification makeSimpleLValue() { in makeSimpleLValue() function