Searched refs:TryClassUnification (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4199 static bool TryClassUnification(Sema &Self, Expr *From, Expr *To, function
4346 /// TryClassUnification.
4434 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType))
4436 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType))

Completed in 96 milliseconds