Searched refs:TryClassUnification (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 4933 static bool TryClassUnification(Sema &Self, Expr *From, Expr *To, in TryClassUnification() function 5172 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType)) in CXXCheckConditionalOperands() 5174 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType)) in CXXCheckConditionalOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5752 static bool TryClassUnification(Sema &Self, Expr *From, Expr *To, in TryClassUnification() function 6131 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType)) in CXXCheckConditionalOperands() 6133 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType)) in CXXCheckConditionalOperands()
|