Lines Matching refs:Path
1419 assert(!path_empty() && "Cast kind should have a base path!");
1470 // These should not have an inheritance path.
1517 assert(path_empty() && "Cast kind should not have a base path!");
1682 void CastExpr::setCastPath(const CXXCastPath &Path) {
1683 assert(Path.size() == path_size());
1684 memcpy(path_buffer(), Path.data(), Path.size() * sizeof(CXXBaseSpecifier*));