Home | History | Annotate | Download | only in Sema

Lines Matching defs:Path

2203 /// this path.
3050 // Fast path for a single digit (which is quite common). A single digit
3577 // Fast path this check, since we at least know the record has a
3798 // to overload resolution and so should not take this path.
4925 /*base path*/ nullptr, VK_RValue);
6739 CXXCastPath Path;
6740 CheckPointerConversion(RHS.get(), LHSType, Kind, Path, false);
6741 RHS = ImpCastExprToType(RHS.get(), LHSType, Kind, VK_RValue, &Path);
6927 // hot path, and isNullPointerConstant is slow.
10332 CXXBasePath &Path = Paths.front();
10333 for (CXXBasePath::iterator B = Path.begin(), BEnd = Path.end();
13351 ExprValueKind &VK, CXXCastPath &Path) {