Searched refs:L2RType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5170 QualType L2RType, R2LType; in CXXCheckConditionalOperands() local 5172 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType)) in CXXCheckConditionalOperands() 5188 if (ConvertForConditional(*this, LHS, L2RType) || LHS.isInvalid()) in CXXCheckConditionalOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6129 QualType L2RType, R2LType; in CXXCheckConditionalOperands() local 6131 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType)) in CXXCheckConditionalOperands() 6147 if (ConvertForConditional(*this, LHS, L2RType) || LHS.isInvalid()) in CXXCheckConditionalOperands()
|